This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user