fix syntax
This commit is contained in:
parent
4c88a39ac5
commit
cfafbfba52
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue