doxker-fix

This commit is contained in:
Untone 2024-01-11 01:38:34 +03:00
parent 24c82399a6
commit c824df30d2

View File

@ -1,4 +1,4 @@
FROM rust:slim as build
FROM rustlang/rust:nightly-slim as build
# had to add this for open-ssl
RUN apt-get update -y && \