Updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM oven/bun:debian
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y openssl openssh-client
|
||||
|
||||
WORKDIR /app/docker/setup
|
||||
|
||||
ENTRYPOINT ["bun", "index.ts"]
|
||||
Reference in New Issue
Block a user