Compare commits

..

No commits in common. "d4163f99ff8a3467c3074296415a30aad59021ab" and "5f3ebfeecf343f0d503c341277db5698dffec810" have entirely different histories.

View file

@ -4,7 +4,6 @@ ARG SRV_UID="1000"
ARG SRV_GID="100"
ARG SRV_LOCALE="en_US"
ARG SRV_VERSION="0"
ARG SRV_APT_GET_INSTALL=""
ENV SRV_UID=$SRV_UID
ENV SRV_GID=$SRV_GID