This commit is contained in:
Untone 2024-01-11 01:30:39 +03:00
parent 37ec49701a
commit 24c82399a6

View File

@ -5,6 +5,9 @@ RUN apt-get update -y && \
apt-get install -y git pkg-config make g++ libssl-dev wget && \
rustup target add x86_64-unknown-linux-gnu
RUN ln -s /usr/local/lib/libssl.so.3 /usr/lib/libssl.so.3
RUN ln -s /usr/local/lib/libcrypto.so.3 /usr/lib/libcrypto.so.3
RUN USER=root cargo new --bin presence
WORKDIR /presence