Skip to content

Commit

Permalink
Merge pull request #195 from radarhere/alpine_virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 9, 2023
2 parents ed8220f + 7c7dd5b commit 19ad273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apk --no-cache add \
git \
meson \
py3-pip \
py3-virtualenv \
sudo \
# Pillow dependencies
freetype-dev \
Expand All @@ -40,7 +41,6 @@ RUN cd /depends \
&& ./install_raqm.sh

RUN /usr/sbin/adduser -D pillow \
&& pip3 install --no-cache-dir -I virtualenv \
&& virtualenv /vpy3 \
&& /vpy3/bin/pip install --no-cache-dir --upgrade pip \
&& /vpy3/bin/pip install --no-cache-dir olefile pytest pytest-cov pytest-timeout \
Expand Down

0 comments on commit 19ad273

Please sign in to comment.