Skip to content
Snippets Groups Projects

REL: Release 0.5.0

Merged Florian Spreckelsen requested to merge release-0.5.0 into main
16 files
+ 204
45
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 2
2
# 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
Loading