From 37ec49701a281da2d3c3b874e4a1b87210a22689 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 11 Jan 2024 01:19:31 +0300 Subject: [PATCH] docker-image-fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7c9dbd..74a2b80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \