Skip to content

Commit

Permalink
annoying-dash
Browse files Browse the repository at this point in the history
  • Loading branch information
covracer committed Nov 7, 2024
1 parent f0ae63b commit 7add12e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ COPY includes.sh .
RUN --mount=type=cache,target=/var/cache/apt \
rm /etc/apt/apt.conf.d/docker-clean \
&& echo 'Binary::apt::APT::Keep-Downloaded-Packages "1";' > /etc/apt/apt.conf.d/99cache \
&& apt-config dump \
&& ls \
&& source includes.sh \
&& . includes.sh \
&& apt-get update \
&& apt-get install --no-install-recommends --quiet --quiet --yes nodejs $PACKAGES \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7add12e

Please sign in to comment.