We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beb6dd commit f2b4424Copy full SHA for f2b4424
Dockerfile
@@ -5,13 +5,14 @@ RUN \
5
apk add --no-cache --upgrade --virtual=build-dependencies \
6
py3-pip \
7
python3-dev && \
8
+ rm /usr/lib/python*/EXTERNALLY-MANAGED && \
9
echo "**** install packages ****" && \
10
apk add --no-cache \
11
python3 && \
12
echo "**** install pip packages ****" && \
13
pip3 install -U \
14
hiyapyco \
- markupsafe==2.0.1 && \
15
+ markupsafe==2.1.5 && \
16
echo "**** directories ****" && \
17
mkdir -p \
18
/buildout && \
0 commit comments