diff --git a/backend/Dockerfile b/backend/Dockerfile index 354857a..0e3e776 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,6 +1,9 @@ FROM alpine:3.11 -RUN apk add --update npm python ffmpeg atomicparsley +RUN \ +apk add --update npm python ffmpeg \ +apk add --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \ + atomicparsley # Change directory so that our commands run inside this new directory WORKDIR /app