Skip to content

Commit 5243a3b

Browse files
committed
fix: dockerfile
1 parent 207abd2 commit 5243a3b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
FROM mysql:8.0
1+
FROM mysql:8.0-debian
22
LABEL org.opencontainers.image.authors="cc3630test@gmail.com"
33

44
RUN apt-get update && \
5-
apt-get install -y zip psmisc python3 python3-pip
6-
7-
RUN pip3 install --upgrade pip
8-
RUN pip3 install boto3
5+
apt-get install -y zip psmisc python3 python3-boto3
96

107
WORKDIR /app
118
ADD . /app

0 commit comments

Comments
 (0)