File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV HOME="/config"
14
14
RUN \
15
15
echo "**** install runtime dependencies ****" && \
16
16
apt-get update && \
17
- apt-get install -y --no-install-recommends \
17
+ apt-get install -y \
18
18
git \
19
19
jq \
20
20
libatomic1 \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV HOME="/config"
14
14
RUN \
15
15
echo "**** install runtime dependencies ****" && \
16
16
apt-get update && \
17
- apt-get install -y --no-install-recommends \
17
+ apt-get install -y \
18
18
git \
19
19
jq \
20
20
libatomic1 \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV HOME="/config"
14
14
RUN \
15
15
echo "**** install runtime dependencies ****" && \
16
16
apt-get update && \
17
- apt-get install -y --no-install-recommends \
17
+ apt-get install -y \
18
18
git \
19
19
jq \
20
20
libatomic1 \
You can’t perform that action at this time.
0 commit comments