Skip to content

Commit

Permalink
* Deco url was missing .tar.gz. Apparently had been that way for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
bt353 committed Oct 7, 2023
1 parent d3c4c6b commit d3ea0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apk add --no-cache bash ca-certificates
ARG DECO_VERSION=1.4.1
ARG DECO_OS=linux
ARG DECO_ARCH=amd64
ADD https://github.com/YaleUniversity/deco/releases/download/v${DECO_VERSION}/deco_${DECO_VERSION}_${DECO_OS}_${DECO_ARCH} /usr/local/bin/deco
ADD https://github.com/YaleUniversity/deco/releases/download/v${DECO_VERSION}/deco_${DECO_VERSION}_${DECO_OS}_${DECO_ARCH}.tar.gz /usr/local/bin/deco
RUN chmod 555 /usr/local/bin/deco && deco version

COPY docker/*_config.sh /app
Expand Down

0 comments on commit d3ea0fe

Please sign in to comment.