Skip to content

Commit ac9d789

Browse files
committed
Use ubuntu 20.04 to avoid building pynacl
1 parent ce24ae1 commit ac9d789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:20.04
22

33
RUN set -ex; \
44
useradd --create-home -u 9999 codewarrior; \
@@ -14,6 +14,7 @@ RUN set -ex; \
1414
git \
1515
python3-pip \
1616
python3-setuptools \
17+
python3-wheel \
1718
; \
1819
# Install `leanproject`
1920
pip3 install -Iv mathlibtools==0.0.10; \

0 commit comments

Comments
 (0)