ci: Fix alpine python dockerfile

This commit is contained in:
Corentin Le Molgat
2020-02-28 10:33:00 +01:00
parent 91e3670214
commit 42b242f799

View File

@@ -31,7 +31,7 @@ FROM env AS python
# Swig install
RUN apk add --no-cache swig
# Python install
RUN apk add --no-cache python3-dev
RUN apk add --no-cache python3-dev py3-pip
# Create lib directory
WORKDIR /home/lib
# Bundle lib source