Skip to content

Commit

Permalink
Use ubuntu 20.04 to avoid building pynacl
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk committed Feb 9, 2022
1 parent ce24ae1 commit ac9d789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

RUN set -ex; \
useradd --create-home -u 9999 codewarrior; \
Expand All @@ -14,6 +14,7 @@ RUN set -ex; \
git \
python3-pip \
python3-setuptools \
python3-wheel \
; \
# Install `leanproject`
pip3 install -Iv mathlibtools==0.0.10; \
Expand Down

0 comments on commit ac9d789

Please # to comment.