Skip to content
Snippets Groups Projects
Commit aa5b6696 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: update docker image

parent f1f68ae6
No related branches found
No related tags found
2 merge requests!54REL: Release 0.5.0,!49F pipeline
Pipeline #25917 failed
# Use docker as parent image
FROM docker:19.03.0
FROM docker:20.10
# http://bugs.python.org/issue19846
ENV LANG C.UTF-8
# install dependencies
RUN apk add --no-cache py3-pip python3 python3-dev gcc make \
git bash curl gettext py3-requests
git bash curl gettext py3-requests
RUN apk add --no-cache libffi-dev openssl-dev libc-dev libxslt libxslt-dev \
libxml2 libxml2-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment