We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ae63b commit 7add12eCopy full SHA for 7add12e
Dockerfile
@@ -9,9 +9,7 @@ COPY includes.sh .
9
RUN --mount=type=cache,target=/var/cache/apt \
10
rm /etc/apt/apt.conf.d/docker-clean \
11
&& echo 'Binary::apt::APT::Keep-Downloaded-Packages "1";' > /etc/apt/apt.conf.d/99cache \
12
- && apt-config dump \
13
- && ls \
14
- && source includes.sh \
+ && . includes.sh \
15
&& apt-get update \
16
&& apt-get install --no-install-recommends --quiet --quiet --yes nodejs $PACKAGES \
17
&& rm -rf /var/lib/apt/lists/*
0 commit comments