From 2b192ff20ae41198b7e629c4124f356283d1b787 Mon Sep 17 00:00:00 2001 From: neo773 <62795688+neo773@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:42:11 +0530 Subject: [PATCH] try change to ubuntu --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bcb2d81..c874156 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM alpine:latest -RUN apk add --no-cache curl bash jq +FROM ubuntu:latest +RUN apt-get update && apt-get install -y curl bash jq WORKDIR /app COPY ./app/. /app EXPOSE 8000