Skip to content

Commit fe16c06

Browse files
authored
Merge pull request #14 from gizmoguy/python-docker
Replace ubuntu base image with python to fix pip.
2 parents fcfeb1d + 6bf01c1 commit fe16c06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
FROM ubuntu:latest
2-
3-
RUN apt-get update && apt-get -y install curl git python3-pip
1+
FROM python:3
42

53
COPY entrypoint.sh /entrypoint.sh
64

0 commit comments

Comments
 (0)