mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 04:18:45 +02:00
Remove unused deps in Dockerfile
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Install dependencies then build ghostream
|
||||
FROM golang:1.15-alpine AS build_base
|
||||
RUN apk add --no-cache build-base gcc
|
||||
RUN apk add --no-cache gcc musl-dev
|
||||
# libsrt is not yet packaged in community repository
|
||||
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing libsrt-dev
|
||||
WORKDIR /code
|
||||
@ -11,7 +11,6 @@ RUN go generate && go build -o ./out/ghostream .
|
||||
|
||||
# Production image
|
||||
FROM alpine:3.12
|
||||
RUN apk add ca-certificates
|
||||
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing libsrt
|
||||
COPY --from=build_base /code/out/ghostream /app/ghostream
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user