Skip to content

Commit

Permalink
fix (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops authored May 16, 2024
1 parent 05026aa commit ba28bcf
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 @@ -12,6 +12,8 @@ RUN pip install --user -r requirements.txt
FROM python:3.10-slim
WORKDIR /app

RUN apt update && apt install -y git && rm -rf /var/lib/apt/lists/*

RUN addgroup --gid 2000 --system appgroup && \
adduser --uid 2000 --system appuser --gid 2000 --home /home/appuser

Expand Down

0 comments on commit ba28bcf

Please sign in to comment.