Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartixxx32 committed Jul 5, 2024
1 parent 3efac8b commit b71ca75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:edge
FROM python:alpine
WORKDIR /app
RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk update ; apk upgrade ; apk add --no-cache lynx aria2 python3 py3-pip ; rm -rf /var/cache/apk/*
RUN apk update ; apk upgrade ; apk add --no-cache lynx aria2 ; rm -rf /var/cache/apk/*
RUN pip3 install yt-dlp
COPY cda_dl-docker.sh .
RUN chmod +x cda_dl-docker.sh
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit b71ca75

Please sign in to comment.