Skip to content

Commit

Permalink
Update Dockerfile - remove duplicate apt update
Browse files Browse the repository at this point in the history
Co-authored-by: hgy59 <[email protected]>
  • Loading branch information
th0ma7 and hgy59 authored Jul 31, 2024
1 parent 5f9500f commit 9229483
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 @@ -78,7 +78,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
zlib1g-dev

# Python based apps
RUN apt-get update && apt-get install --no-install-recommends -y \
RUN apt-get install --no-install-recommends -y \
httpie \
mercurial \
meson \
Expand Down

0 comments on commit 9229483

Please sign in to comment.