Skip to content

Commit

Permalink
Update Dockerfile.gpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostry authored Jun 20, 2024
1 parent 3807ea6 commit 9fdebba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile.gpanel
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
FROM ghostry/python-work:latest
FROM ghostry/python-work:3.8

LABEL maintainer="Ghostry <[email protected]>"

RUN apt-get update \
&& apt dist-upgrade -y \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*

ADD Pipfile /data/Pipfile

RUN cd /data \
Expand Down

0 comments on commit 9fdebba

Please sign in to comment.