Skip to content

Commit 2f095e1

Browse files
committed
Fixes #28 - change ubuntu for alpine in docker
1 parent 263100d commit 2f095e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
FROM ubuntu:18.04
2-
3-
RUN apt-get update && \
4-
apt-get install -y python3 python3-pip
1+
FROM python:3.8-alpine
52

63
WORKDIR /usr/src/app
74

0 commit comments

Comments
 (0)