Added atomicparsley as a dependency to Docker, and listed it as an optional dependency for normal installs

This commit is contained in:
Tzahi12345
2020-04-29 00:27:39 -04:00
parent a701d0fe83
commit c67d6ea89a
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:3.11
RUN apk add --update npm python ffmpeg
RUN apk add --update npm python ffmpeg atomicparsley
# Change directory so that our commands run inside this new directory
WORKDIR /app