We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263100d commit 2f095e1Copy full SHA for 2f095e1
Dockerfile
@@ -1,7 +1,4 @@
1
-FROM ubuntu:18.04
2
-
3
-RUN apt-get update && \
4
- apt-get install -y python3 python3-pip
+FROM python:3.8-alpine
5
6
WORKDIR /usr/src/app
7
0 commit comments