mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
fix(ubuntu): set default user tine
This commit is contained in:
parent
00c0a5c289
commit
bdb8dab6d6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM ubuntu:20.10
|
|||
LABEL maintainer="Tine <mentos1386> Jozelj <tine@tjo.space>"
|
||||
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 LANGUAGE en_US:en
|
||||
|
|
Loading…
Reference in a new issue