We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f4406 commit 6e7f6c8Copy full SHA for 6e7f6c8
Dockerfile
@@ -1,6 +1,9 @@
1
-FROM python:3
+FROM ubuntu
2
+
3
+RUN apt update && apt -y install python-pip libtokyocabinet-dev
4
5
WORKDIR /home/python
6
7
COPY oscar.py requirements.txt setup.cfg setup.py test.py docs/ Makefile ./
-RUN pip3 install --no-cache-dir -r requirements.txt
8
9
+RUN pip install --no-cache-dir -r requirements.txt
0 commit comments