mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-17 12:52:08 +08:00
Fix SecretsUsedInArgOrEnv warning (#283)
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user