dockerfile-fix

This commit is contained in:
Untone 2024-01-11 01:39:28 +03:00
parent c824df30d2
commit cde9f63762

View File

@ -5,9 +5,6 @@ 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