From 063e7d932ea2272047641fd7191d2f7e72a89be5 Mon Sep 17 00:00:00 2001 From: Denys Rastiegaiev Date: Fri, 17 Feb 2023 23:25:44 +0200 Subject: [PATCH] Update Dockerfile make Dockerfile work, simplify and dramatically reduce docker image size --- Dockerfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index b45ee26..f24ccee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,6 @@ -FROM debian:sid - +FROM python:3.9.16-alpine3.17 ENV LANG C.UTF-8 -ENV USER root ENV HOME /cloudfail -ENV DEBIAN_FRONTEND noninteractive - -RUN apt-get update - -RUN apt-get install -yq python3-pip COPY . $HOME