Skip to content

Commit

Permalink
Merge pull request #2384 from devitocodes/docker-ci
Browse files Browse the repository at this point in the history
ci: avoid apt upgrade use base as is (updated every week}
  • Loading branch information
FabioLuporini authored Jun 6, 2024
2 parents a85ef2e + 58e32ab commit ac582e7
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 ac582e7

Please sign in to comment.