wip fix
This commit is contained in:
parent
9d27ea6763
commit
4506fd8fc7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue