Skip to content

Commit

Permalink
delete ubuntu user
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Woffenden authored Sep 24, 2024
1 parent 63c6671 commit 76afd63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ENV CONTAINER_USER="analyticalplatform" \
SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]

RUN <<EOF
userdel --remove --force ubuntu

groupadd \
--gid ${CONTAINER_GID} \
${CONTAINER_GROUP}
Expand Down

0 comments on commit 76afd63

Please sign in to comment.