Skip to content

Commit

Permalink
Change to Debian base image
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn committed Sep 24, 2024
1 parent 804d979 commit fadf9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.12.3-alpine3.18
FROM python:3.12-slim

RUN /usr/sbin/adduser -g python -D python
RUN /usr/sbin/useradd --create-home --shell /bin/bash --user-group python

USER python
RUN /usr/local/bin/python -m venv /home/python/venv
Expand Down

0 comments on commit fadf9cf

Please sign in to comment.