Fix SecretsUsedInArgOrEnv warning (#283)

This commit is contained in:
Robin Reckmann
2024-08-06 22:56:47 +09:00
committed by GitHub
parent c017d6fba0
commit 8465bfc6c7
+1 -3
View File
@@ -10,9 +10,7 @@ RUN mkdir -p /tmp/agnos
# Stop on error
RUN set -xe
ENV USERNAME=comma
ENV PASSWD=comma
ENV HOST=comma
ARG USERNAME=comma
# Base system setup
RUN echo "resolvconf resolvconf/linkify-resolvconf boolean false" | debconf-set-selections