Skip to content

Commit 5c2da1e

Browse files
committed
replacing ubuntu with python image
1 parent 6e7f6c8 commit 5c2da1e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM ubuntu
1+
FROM gcc
2+
FROM python:2
23

3-
RUN apt update && apt -y install python-pip libtokyocabinet-dev
4+
#RUN apt update && apt -y install python-pip libtokyocabinet-dev
5+
RUN apt update && apt install -y libtokyocabinet-dev
46

57
WORKDIR /home/python
68

0 commit comments

Comments
 (0)