Skip to content

Commit

Permalink
ci: avoid apt upgrade use base as is (updated every week}
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Jun 6, 2024
1 parent a85ef2e commit 58e32ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.devito
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG GROUP_ID=1000
ADD . /app/devito

# Update if outdated
RUN apt-get update && apt-get upgrade -y
RUN apt-get update

# Remove git files
RUN rm -rf /app/devito/.git
Expand Down

0 comments on commit 58e32ab

Please sign in to comment.