This commit is contained in:
parent
1540e8de8e
commit
e807e36a1f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ WORKDIR /go/src/git.zio.sh/bsky2tg
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache git bash && \
|
apk add --no-cache git bash ffmpeg && \
|
||||||
go get -d -v ./... && \
|
go get -d -v ./... && \
|
||||||
go install
|
go install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue