Skip to content

Commit

Permalink
Tuning image
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Aug 15, 2024
1 parent 0beb6dd commit f2b4424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ RUN \
apk add --no-cache --upgrade --virtual=build-dependencies \
py3-pip \
python3-dev && \
rm /usr/lib/python*/EXTERNALLY-MANAGED && \
echo "**** install packages ****" && \
apk add --no-cache \
python3 && \
echo "**** install pip packages ****" && \
pip3 install -U \
hiyapyco \
markupsafe==2.0.1 && \
markupsafe==2.1.5 && \
echo "**** directories ****" && \
mkdir -p \
/buildout && \
Expand Down

0 comments on commit f2b4424

Please sign in to comment.