diff --git a/Dockerfile b/Dockerfile index bd8ff2b0..b0086028 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM oven/bun:1.0.18-debian as base WORKDIR /app/docker -RUN mkdir -p /app/prasi/repo RUN apt-get update RUN apt-get install git curl gnupg zip unzip -yq