convert-jpeg
Some checks failed
deploy / deploy (push) Failing after 6s

This commit is contained in:
2024-11-13 09:00:11 +03:00
parent dc543af525
commit b173a52cf4
3 changed files with 14 additions and 9 deletions

View File

@@ -1,5 +1,8 @@
FROM rust AS build
RUN uname -a
RUN cat /etc/os-release # print ubuntu version
# had to add this for open-ssl
RUN apt-get update -y && \
apt-get install -y git pkg-config make g++ libssl-dev wget \