Fix Makefile minify install and Docker image

This commit is contained in:
James Mills
2022-10-05 10:31:59 +10:00
parent d4ab395515
commit 1a9f85b449
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Build
FROM golang:alpine AS build
RUN apk add --no-cache -U build-base git make ffmpeg-dev
RUN apk add --no-cache -U build-base git make
RUN mkdir -p /src
@@ -51,7 +51,7 @@ RUN make server VERSION=$VERSION COMMIT=$COMMIT
# Runtime
FROM alpine:latest
RUN apk --no-cache -U add ca-certificates tzdata ffmpeg
RUN apk --no-cache -U add ca-certificates tzdata
WORKDIR /
VOLUME /data