Skip to content

Commit

Permalink
fix Docker build
Browse files Browse the repository at this point in the history
Fixes a bug with Poetry/Python 3.6, related to:

- python-poetry/poetry#1427 (comment)
- python-poetry/poetry#3078
  • Loading branch information
slhck committed Dec 8, 2020
1 parent fa0f168 commit 5b8cacc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ubuntu:18.04

ENV LANG C.UTF-8

RUN apt-get -qq update && apt-get install -qq -y \
python3.8 python3-pip git \
python3-venv python3-numpy \
Expand Down

0 comments on commit 5b8cacc

Please # to comment.