We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840fa5d commit 00f537eCopy full SHA for 00f537e
1 file changed
Dockerfile
@@ -23,6 +23,8 @@ COPY --from=comp /usr/bin/composer /usr/bin/composer
23
24
# Update and install required debian packages
25
ENV DEBIAN_FRONTEND=noninteractive
26
+SHELL ["/bin/bash", "-o", "pipefail", "-c"]
27
+# hadolint ignore=DL3008 # 'Pin versions in apt get install'
28
RUN <<EORUN
29
set -xeu
30
apt-get update
0 commit comments