From f33cb2b21dbd41ff21501bc749079bd23c226fac Mon Sep 17 00:00:00 2001 From: Kevin ROBERT Date: Sat, 25 Jun 2022 09:02:17 +0200 Subject: [PATCH] image is a simple bash --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e4d58b..fc0c717 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,3 @@ -FROM python:3.8.12-slim-buster -RUN apt-get update && apt-get install -y --no-install-recommends make curl -COPY requirements.txt /requirements.txt -RUN pip install -r /requirements.txt +FROM bash WORKDIR /workspace