jclyo1 commited on
Commit
1a55725
1 Parent(s): b2cee04

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -32,7 +32,9 @@ WORKDIR $HOME/app
32
  RUN pip install gdown
33
  RUN --mount=type=secret,id=truepic_sign_gdoc_id,mode=0444,required=true \
34
  gdown --id $(cat /run/secrets/truepic_sign_gdoc_id)
35
- RUN unzip -xf truepic-lens-cli-f41c5598bd4ad6736ac42884fe6d1e7e1c9720a3-ubuntu-20.04.zip
 
 
36
  RUN chmod +x truepic
37
 
38
  RUN --mount=type=secret,id=api_key,mode=0444,required=true \
 
32
  RUN pip install gdown
33
  RUN --mount=type=secret,id=truepic_sign_gdoc_id,mode=0444,required=true \
34
  gdown --id $(cat /run/secrets/truepic_sign_gdoc_id)
35
+ RUN unzip truepic-lens-cli-f41c5598bd4ad6736ac42884fe6d1e7e1c9720a3-ubuntu-20.04.zip
36
+ RUN tar -xf truepic-lens-cli-f41c5598bd4ad6736ac42884fe6d1e7e1c9720a3-ubuntu-20.04.tar.gz
37
+
38
  RUN chmod +x truepic
39
 
40
  RUN --mount=type=secret,id=api_key,mode=0444,required=true \