Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jack committed Aug 8, 2021
1 parent d6d18c0 commit 5786a61
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
FROM alpine
FROM buildkite/puppeteer

This comment has been minimized.

Copy link
@meonkeys

meonkeys Dec 2, 2021

https://hub.docker.com/r/buildkite/puppeteer/ says "We no longer use this image at Buildkite, and this repository and Docker image are no longer maintained."


RUN apt update && \
apt install -y \
ffmpeg && \
rm -rf /var/lib/apt/lists/*

RUN npm install -g spotify-dl --unsafe-perm

RUN apk add \
npm \
ffmpeg
RUN npm install -g spotify-dl
## uncomment this for local testing
# COPY ./ /usr/local/lib/node_modules/spotify-dl/
WORKDIR /download
Expand Down

0 comments on commit 5786a61

Please sign in to comment.