Skip to content

Commit

Permalink
fix: Remove usage of sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinanrra committed Jun 29, 2024
1 parent 80de1be commit b6f02d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN apt clean && \
#####Dependencies####

# Remove default user ubuntu
RUN sudo deluser --remove-home ubuntu
RUN deluser --remove-home ubuntu

# Create user and fix permissions - chown shouldn't be necessary check adduser command
RUN adduser --home /home/sdtdserver --disabled-password --shell /bin/bash --disabled-login --gecos "" sdtdserver \
Expand Down

0 comments on commit b6f02d3

Please sign in to comment.