This commit is contained in:
Rizky 2024-01-21 16:27:26 +07:00
parent 9d27ea6763
commit 4506fd8fc7
1 changed files with 2 additions and 1 deletions

View File

@ -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