Skip to content

Commit

Permalink
Update package index (#650)
Browse files Browse the repository at this point in the history
Closes #622
  • Loading branch information
AbdBarho authored Feb 3, 2024
1 parent 60c4832 commit 245d1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/download/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bash:alpine3.15
FROM bash:alpine3.19

RUN apk add parallel aria2
RUN apk update && apk add parallel aria2
COPY . /docker
RUN chmod +x /docker/download.sh
ENTRYPOINT ["/docker/download.sh"]

0 comments on commit 245d1d4

Please sign in to comment.