Skip to content

Commit

Permalink
don't update in docker (sometimes ubuntu servers are not responding)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadrino committed Dec 21, 2023
1 parent 05ef368 commit 7e3001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rootproject/root as base

SHELL ["/bin/bash", "-c"]

RUN apt-get install -o Acquire::Update::Update=false -y \
RUN apt-get install -y \
git libyaml-cpp-dev nlohmann-json3-dev

ENV WORK_DIR /home/work
Expand Down

0 comments on commit 7e3001c

Please sign in to comment.