docker-image-fix

This commit is contained in:
Untone 2024-01-11 01:19:31 +03:00
parent 2e28a690e8
commit 37ec49701a

View File

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