We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ae95d commit 2620522Copy full SHA for 2620522
Dockerfile
@@ -9,6 +9,7 @@ ENV S6_STAGE2_HOOK=/app/init.sh
9
RUN apt-get update && apt-get install -y \
10
libssl3 \
11
libssl-dev \
12
+ git \
13
unzip
14
COPY root/ /
15
COPY /src /app
0 commit comments