Skip to content

Commit db54060

Browse files
authored
Update Dockerfile python 3.8 (#55)
1 parent 33fae90 commit db54060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM python:3.8.4-buster
22

33
WORKDIR /docs-scraper
44

@@ -10,4 +10,4 @@ ENV LANG C.UTF-8
1010
RUN apt-get update -y \
1111
&& apt-get install -y python3-pip
1212
RUN pip3 install pipenv
13-
RUN pipenv install --python 3.8
13+
RUN pipenv --python 3.8 install

0 commit comments

Comments
 (0)