fix(ubuntu): set default user tine

This commit is contained in:
Tine Jozelj 2020-12-24 12:47:12 +01:00
parent 00c0a5c289
commit bdb8dab6d6
No known key found for this signature in database
GPG key ID: 3818B74E3830D7CF

View file

@ -4,7 +4,7 @@ FROM ubuntu:20.10
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>" LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
LABEL org.opencontainers.image.source https://github.com/mentos1386/workspace LABEL org.opencontainers.image.source https://github.com/mentos1386/workspace
ARG SSH_USER="${SSH_USER:-blink}" ARG SSH_USER="${SSH_USER:-tine}"
ENV LANG en_US.UTF-8 ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en ENV LANGUAGE en_US:en