fix: suppress hadolint DL3003 for subshell cd pattern
This commit is contained in:
@@ -4,6 +4,7 @@ ENV NPM_CONFIG_UPDATE_NOTIFIER=false \
|
|||||||
NPM_CONFIG_LOGLEVEL=warn \
|
NPM_CONFIG_LOGLEVEL=warn \
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
|
|
||||||
|
# hadolint ignore=DL3003
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade -y --no-install-recommends ca-certificates && \
|
apt-get upgrade -y --no-install-recommends ca-certificates && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
|
|||||||
Reference in New Issue
Block a user