build(Dockerfile): adding apt update to the build
All checks were successful
/ desec-script (push) Successful in 1m34s
All checks were successful
/ desec-script (push) Successful in 1m34s
This commit is contained in:
parent
d4c4ebfb91
commit
295ebe86a6
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ COPY . /desec
|
|||
|
||||
WORKDIR /desec/server-scripts/desec-ip-sync/
|
||||
|
||||
RUN apt install python3.11-venv -y
|
||||
|
||||
RUN apt update && apt install python3.11-venv -y
|
||||
|
||||
CMD ["bash", "run.bash"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue