debug: ...
This commit is contained in:
parent
8b90f13634
commit
86ac9669b2
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
FROM python:3.13.1-bookworm
|
||||
|
||||
# lese secrets von pipeline ein
|
||||
RUN --mount=type=secret,id=GITUSERPW \
|
||||
--mount=type=secret,id=GITUSER \
|
||||
export GITUSERPW=$(cat /run/secrets/GITUSERPW) && \
|
||||
export GITUSER=$(cat /run/secrets/GITUSER)
|
||||
RUN --mount=type=secret,id=GITUSERPW,env=GITUSERPW \
|
||||
--mount=type=secret,id=GITUSER,env=GITUSER
|
||||
|
||||
# keine Nachfragen bei apt
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# nötig damit die ansible-tools gefunden werden
|
||||
ENV PATH="$PATH:/home/ansible-dev/.local/bin"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue