dockerfile-fix
This commit is contained in:
parent
c824df30d2
commit
cde9f63762
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user