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

Merge branch 'f-pipeline' into f-save-form

parents 1233969c aa5b6696
No related branches found
No related tags found
2 merge requests!54REL: Release 0.5.0,!47MAINT: make save_form a staticmethod
Pipeline #25918 failed
# Use docker as parent image # Use docker as parent image
FROM docker:19.03.0 FROM docker:20.10
# http://bugs.python.org/issue19846 # http://bugs.python.org/issue19846
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# install dependencies # install dependencies
RUN apk add --no-cache py3-pip python3 python3-dev gcc make \ 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 \ RUN apk add --no-cache libffi-dev openssl-dev libc-dev libxslt libxslt-dev \
libxml2 libxml2-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