Skip to content

Commit 7add12e

Browse files
committed
annoying-dash
1 parent f0ae63b commit 7add12e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ COPY includes.sh .
99
RUN --mount=type=cache,target=/var/cache/apt \
1010
rm /etc/apt/apt.conf.d/docker-clean \
1111
&& echo 'Binary::apt::APT::Keep-Downloaded-Packages "1";' > /etc/apt/apt.conf.d/99cache \
12-
&& apt-config dump \
13-
&& ls \
14-
&& source includes.sh \
12+
&& . includes.sh \
1513
&& apt-get update \
1614
&& apt-get install --no-install-recommends --quiet --quiet --yes nodejs $PACKAGES \
1715
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)