fix syntax
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-30 10:40:16 +02:00
parent 4c88a39ac5
commit cfafbfba52

View file

@ -1,7 +1,9 @@
FROM python:3.12.4-bookworm FROM python:3.12.4-bookworm
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
ENV PATH="$PATH:/home/ansible-user/.local/bin" # nötig damit die ansible-tools gefunden werden # nötig damit die ansible-tools gefunden werden
ENV PATH="$PATH:/home/ansible-user/.local/bin"
# hadolint ignore=DL3008 # hadolint ignore=DL3008
RUN apt-get update \ RUN apt-get update \