Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ ARG NC_S3_REGION
|
|
4 |
ARG NC_S3_ENDPOINT
|
5 |
ARG NC_S3_ACCESS_KEY
|
6 |
|
7 |
-
RUN apk add --no-cache git curl
|
8 |
&& git clone -b dev https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
|
9 |
&& cp /tmp/hf-nocodb/src/* /tmp/ \
|
10 |
&& cp /tmp/startup.sh /usr/src/appEntry/startup.sh \
|
|
|
4 |
ARG NC_S3_ENDPOINT
|
5 |
ARG NC_S3_ACCESS_KEY
|
6 |
|
7 |
+
RUN apk add --no-cache git curl unzip\
|
8 |
&& git clone -b dev https://github.com/aigem/hf-nocodb.git /tmp/hf-nocodb \
|
9 |
&& cp /tmp/hf-nocodb/src/* /tmp/ \
|
10 |
&& cp /tmp/startup.sh /usr/src/appEntry/startup.sh \
|