Skip to content

Commit 00f537e

Browse files
ci: fix hadolint issues (#167)
1 parent 840fa5d commit 00f537e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ COPY --from=comp /usr/bin/composer /usr/bin/composer
2323

2424
# Update and install required debian packages
2525
ENV DEBIAN_FRONTEND=noninteractive
26+
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
27+
# hadolint ignore=DL3008 # 'Pin versions in apt get install'
2628
RUN <<EORUN
2729
set -xeu
2830
apt-get update

0 commit comments

Comments
 (0)