This commit is contained in:
parent
e807e36a1f
commit
04eec0113e
1 changed files with 2 additions and 1 deletions
|
|
@ -4,12 +4,13 @@ WORKDIR /go/src/git.zio.sh/bsky2tg
|
|||
COPY . .
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache git bash ffmpeg && \
|
||||
apk add --no-cache git bash && \
|
||||
go get -d -v ./... && \
|
||||
go install
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
COPY --from=builder /go/bin/bsky2tg /usr/local/bin/bsky2tg
|
||||
RUN apk update && apk add --no-cache ffmpeg
|
||||
|
||||
CMD ["bsky2tg"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue