This commit is contained in:
Alexandre
2022-01-20 21:08:38 +01:00
parent 2116a4879c
commit e09a7359c2
9 changed files with 11 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=SC2016
RUN \
#############################
# Allow UID and GID setting #