Fix Makefile minify install and Docker image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user