Skip to content

Commit

Permalink
debug venv
Browse files Browse the repository at this point in the history
  • Loading branch information
digrouz committed Dec 28, 2023
1 parent bb06dbc commit a341498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile_alpine
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ RUN set -x && \
tar xzf /tmp/SABnzbd.tar.gz -C /opt && \
mv /opt/SABnzbd-${SABNZBD_VERSION} /tmp/sabnzbd && \
python3 -m venv /opt/sabnzbd && \
cd /opt/sabnzbd && \
ls -l /opt/sabnzbd && \
. /opt/sabnzbd/bin/activate && \
pip3 --no-cache-dir install --upgrade \
pip \
setuptools \
wheel \
&& \
cd /opt/sabnzbd && \
ls -l /opt/sabnzbd && \
. /opt/sabnzbd/bin/activate && \
pip3 --no-cache-dir install --upgrade \
-r /opt/sabnzbd/requirements.txt \
&& \
Expand Down

0 comments on commit a341498

Please sign in to comment.