Skip to content
Snippets Groups Projects

F pipeline

2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 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