Skip to content

Commit f2b4424

Browse files
committed
Tuning image
1 parent 0beb6dd commit f2b4424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ RUN \
55
apk add --no-cache --upgrade --virtual=build-dependencies \
66
py3-pip \
77
python3-dev && \
8+
rm /usr/lib/python*/EXTERNALLY-MANAGED && \
89
echo "**** install packages ****" && \
910
apk add --no-cache \
1011
python3 && \
1112
echo "**** install pip packages ****" && \
1213
pip3 install -U \
1314
hiyapyco \
14-
markupsafe==2.0.1 && \
15+
markupsafe==2.1.5 && \
1516
echo "**** directories ****" && \
1617
mkdir -p \
1718
/buildout && \

0 commit comments

Comments
 (0)