Skip to content

Commit

Permalink
bump container to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed Jan 22, 2025
1 parent 6dd8c33 commit 4634dd4
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].1#egg=bandcampsync
python3 -m pip install --break-system-packages git+https://github.com/meeb/[email protected].2#egg=bandcampsync

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

0 comments on commit 4634dd4

Please sign in to comment.