We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7f6c8 commit 5c2da1eCopy full SHA for 5c2da1e
Dockerfile
@@ -1,6 +1,8 @@
1
-FROM ubuntu
+FROM gcc
2
+FROM python:2
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
6
7
WORKDIR /home/python
8
0 commit comments