We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207abd2 commit 5243a3bCopy full SHA for 5243a3b
1 file changed
docker/Dockerfile
@@ -1,11 +1,8 @@
1
-FROM mysql:8.0
+FROM mysql:8.0-debian
2
LABEL org.opencontainers.image.authors="cc3630test@gmail.com"
3
4
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
+ apt-get install -y zip psmisc python3 python3-boto3
9
10
WORKDIR /app
11
ADD . /app
0 commit comments