diff --git a/Dockerfile b/Dockerfile index 11a916d2..889102cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,12 @@ -FROM oven/bun:1.1.13 as base +FROM oven/bun:latest as base WORKDIR /app/prasi/repo ENV DEBIAN_FRONTEND noninteractive RUN apt-get update -RUN apt-get install build-essential gcc git curl gnupg zip unzip -yq +RUN apt-get install wget build-essential gcc git curl gnupg zip unzip -yq RUN git config --global --add safe.directory /app/prasi/repo RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - - RUN apt-get update RUN apt-get install nodejs -yq