mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
Update Dockerfile
This commit is contained in:
parent
334c2ab736
commit
f95cb64d7e
@ -8,9 +8,7 @@ WORKDIR /usr/src/lolisafe
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
|
||||
RUN apk add --no-cache --virtual build-dependencies python make g++
|
||||
|
||||
RUN apk add --no-cache ffmpeg
|
||||
RUN apk add --no-cache --virtual build-dependencies python make g++ && apk add --no-cache ffmpeg
|
||||
|
||||
ADD config.sample.js config.js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user