Skip to content

Commit

Permalink
fix auth error during pip install in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovylein committed Dec 18, 2023
1 parent 7a0d170 commit 257d177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jukebox.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ RUN apt-get update && apt-get install -qq -y \
espeak mpc mpg123 git ffmpeg spi-tools netcat \
python3 python3-venv python3-dev python3-mutagen

USER ${USER}
ENV VIRTUAL_ENV=${INSTALLATION_PATH}/.venv
RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

USER ${USER}
WORKDIR ${HOME}
COPY --chown=${USER}:${USER} . ${INSTALLATION_PATH}/

Expand Down

0 comments on commit 257d177

Please sign in to comment.