Skip to content

Commit

Permalink
修改系统版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostry committed Jun 20, 2024
1 parent 7c83bc6 commit 308c812
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:20.04

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

Expand All @@ -8,7 +8,6 @@ RUN apt-get update \
&& apt-get install -y git memcached mysql-client libpq-dev python-dev \
&& apt-get install -y python3-pip \
&& apt dist-upgrade -y \
&& apt-get install -y python3.8 \
&& apt clean \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install pipenv
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile.gpanel
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ FROM ghostry/python-work:latest

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

RUN apt-get update \
&& apt-get install -y python3.8 \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*

ADD Pipfile /data/Pipfile

RUN cd /data \
Expand Down

0 comments on commit 308c812

Please sign in to comment.