Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Removed redundant adduser call #18

Merged
merged 1 commit into from
Jun 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,6 @@ RUN dpkg --add-architecture i386 && \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Add the linuxgsm user
RUN adduser \
--disabled-login \
--disabled-password \
--shell /bin/bash \
--gecos "" \
linuxgsm \
&& usermod -G tty linuxgsm \
&& chown -R linuxgsm:linuxgsm /home/linuxgsm

# Switch to the user linuxgsm
USER linuxgsm


## linuxgsm.sh
RUN wget https://linuxgsm.com/dl/linuxgsm.sh

Expand Down