hijnu commited on
Commit
c9ea5ef
·
verified ·
1 Parent(s): 2bc1756

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 wget 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 \
 
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 \