This commit is contained in:
parent
17b2ed5a9a
commit
70fa49e16a
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.24-alpine as builder
|
FROM docker.io/library/golang:1.24-alpine as builder
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@ RUN go mod download
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN go build -o /src/build/subsyt .
|
RUN go build -o /src/build/subsyt .
|
||||||
|
|
||||||
FROM archlinux:latest
|
FROM docker.io/library/archlinux:latest
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm \
|
RUN pacman -Syu --noconfirm \
|
||||||
yt-dlp \
|
yt-dlp \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue