Skip to content

Commit

Permalink
bump container to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed Oct 23, 2023
1 parent e2eab00 commit e217a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN set -x && \
# Allow root to use sudo
echo "root ALL = NOPASSWD: /bin/su ALL" >> /etc/sudoers && \
# Install BandcampSync
python3 -m pip install --break-system-packages git+https://github.com/meeb/[email protected].5#egg=bandcampsync
python3 -m pip install --break-system-packages git+https://github.com/meeb/[email protected].6#egg=bandcampsync

# Volumes
VOLUME ["/config", "/downloads"]
Expand Down

0 comments on commit e217a7a

Please sign in to comment.