This commit is contained in:
Rizky 2024-01-21 16:52:40 +07:00
parent b73cb7aa8f
commit 5e2071145f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
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
RUN chown -R bun:bun /app/prasi