Skip to content

Commit

Permalink
Clean user creation for tester
Browse files Browse the repository at this point in the history
[tester]
  • Loading branch information
LordRalex committed Mar 16, 2023
1 parent 7ec428b commit 4beb694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-templatetester
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM ubuntu:20.04

ENV DEBIAN_FRONTEND=noninteractive

RUN groupadd -r pufferpanel && useradd -r -g pufferpanel pufferpanel
RUN useradd pufferpanel

RUN apt update && \
apt install -y zip unzip tar git wget curl xz-utils dirmngr gnupg apt-transport-https ca-certificates software-properties-common
Expand Down

0 comments on commit 4beb694

Please sign in to comment.