Skip to content

Commit

Permalink
bug-1878000: remove unused args in fakesentry Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Feb 1, 2024
1 parent 7eb06ca commit 160b048
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/images/fakesentry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM python:3.10.9-slim@sha256:6862d8ed663a47f649ba5aababed01e44741a032e80d5800db619f5113f65434

ARG groupid=5000
ARG userid=5000

WORKDIR /app/

RUN groupadd -r kent && useradd --no-log-init -r -g kent kent
Expand Down

0 comments on commit 160b048

Please sign in to comment.