From dade192876543c400324ba4dad82d7def3238af4 Mon Sep 17 00:00:00 2001 From: OmriGez Date: Sun, 17 Dec 2023 15:36:43 +0200 Subject: [PATCH] updated dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b4ffff..4847073 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,9 @@ # Use the Alpine Linux base image -FROM alpine:latest +FROM python:3.11-alpine RUN apk update && \ apk add --no-cache jq \ curl \ - python3 \ - py3-pip \ git \ openssh-client \ bash \