jclyo1 commited on
Commit
e26f29e
1 Parent(s): e158b55

Update Dockerfile

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