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"
1414RUN \
1515 echo "**** install runtime dependencies ****" && \
1616 apt-get update && \
17- apt-get install -y --no-install-recommends \
17+ apt-get install -y \
1818 git \
1919 jq \
2020 libatomic1 \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV HOME="/config"
1414RUN \
1515 echo "**** install runtime dependencies ****" && \
1616 apt-get update && \
17- apt-get install -y --no-install-recommends \
17+ apt-get install -y \
1818 git \
1919 jq \
2020 libatomic1 \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV HOME="/config"
1414RUN \
1515 echo "**** install runtime dependencies ****" && \
1616 apt-get update && \
17- apt-get install -y --no-install-recommends \
17+ apt-get install -y \
1818 git \
1919 jq \
2020 libatomic1 \
You can’t perform that action at this time.
0 commit comments