Skip to content

Commit 6e7f6c8

Browse files
committed
fixing dockerfile
1 parent b7f4406 commit 6e7f6c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
FROM python:3
1+
FROM ubuntu
2+
3+
RUN apt update && apt -y install python-pip libtokyocabinet-dev
24

35
WORKDIR /home/python
46

57
COPY oscar.py requirements.txt setup.cfg setup.py test.py docs/ Makefile ./
6-
RUN pip3 install --no-cache-dir -r requirements.txt
8+
9+
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)