install necessary packages
This commit is contained in:
parent
025a4a36d8
commit
04f662fefc
|
@ -8,5 +8,7 @@ FROM archlinux
|
||||||
|
|
||||||
WORKDIR /opt/data
|
WORKDIR /opt/data
|
||||||
COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot
|
COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot
|
||||||
|
RUN pacman -Sy && \
|
||||||
|
pacman -S openssl-1.1 --noconfirm
|
||||||
|
|
||||||
CMD [ "gitea-bot" ]
|
CMD [ "gitea-bot" ]
|
Loading…
Reference in New Issue