👕 Fixes Hadolint warnings

This commit is contained in:
Franck Nijhof 2019-03-26 00:15:06 +01:00
parent 8f65d52ba4
commit 5a14f19a04
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -6,6 +6,7 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
# hadolint ignore=DL3003
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r1 \