diff --git a/Dockerfile b/Dockerfile index c3417941..27bc0f12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM oven/bun:1.0.18-debian as base WORKDIR /app/docker RUN mkdir -p /app/prasi/repo -RUN apt-get install zip git -yq +RUN apt-get update +RUN apt-get install git curl gnupg zip unzip -yq COPY docker.ts docker.ts USER bun