fix
This commit is contained in:
parent
4506fd8fc7
commit
4c85de5d8b
|
|
@ -1,6 +1,7 @@
|
|||
FROM oven/bun:1.0.18-debian as base
|
||||
WORKDIR /app/docker
|
||||
RUN mkdir -p /app/prasi/repo
|
||||
RUN chown -R bun:bun /app/prasi
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install git curl gnupg zip unzip -yq
|
||||
|
|
|
|||
Loading…
Reference in New Issue