This commit is contained in:
Rizky 2024-01-21 17:47:53 +07:00
parent 33190bcbfc
commit d1f06fbe64
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FROM oven/bun:1.0.18-debian as base FROM oven/bun:1.0.18-debian as base
WORKDIR /app/docker WORKDIR /app/docker
COPY docker.ts docker.ts
RUN apt-get update RUN apt-get update
RUN apt-get install git curl gnupg zip unzip -yq RUN apt-get install git curl gnupg zip unzip -yq