mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 12:14:46 -04:00
Update transcoder dockerfiles
This commit is contained in:
parent
63e7aac754
commit
6d702e3786
@ -1,9 +1,9 @@
|
|||||||
# FROM golang:1.22 as build
|
# FROM golang:1.22 as build
|
||||||
FROM debian:trixie-slim as build
|
FROM debian:trixie-slim AS build
|
||||||
# those were copied from https://github.com/docker-library/golang/blob/master/Dockerfile-linux.template
|
# those were copied from https://github.com/docker-library/golang/blob/master/Dockerfile-linux.template
|
||||||
ENV GOTOOLCHAIN=local
|
ENV GOTOOLCHAIN=local
|
||||||
ENV GOPATH /go
|
ENV GOPATH=/go
|
||||||
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
|
ENV PATH=$GOPATH/bin:/usr/local/go/bin:$PATH
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
FROM debian:trixie-slim
|
FROM debian:trixie-slim
|
||||||
# those were copied from https://github.com/docker-library/golang/blob/master/Dockerfile-linux.template
|
# those were copied from https://github.com/docker-library/golang/blob/master/Dockerfile-linux.template
|
||||||
ENV GOTOOLCHAIN=local
|
ENV GOTOOLCHAIN=local
|
||||||
ENV GOPATH /go
|
ENV GOPATH=/go
|
||||||
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
|
ENV PATH=$GOPATH/bin:/usr/local/go/bin:$PATH
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user