Containerfile: download archive without tag requirement

This commit is contained in:
Georg Gadinger 2023-02-10 14:41:01 +01:00
parent 24f9bd4bb6
commit 92b6d43230

View file

@ -57,7 +57,7 @@ WORKDIR /opt/retrospring/app
USER justask:users
# install the app
RUN curl -L https://github.com/Retrospring/retrospring/archive/refs/tags/${RETROSPRING_VERSION}.tar.gz | tar xz --strip-components=1
RUN curl -L https://github.com/Retrospring/retrospring/archive/${RETROSPRING_VERSION}.tar.gz | tar xz --strip-components=1
RUN bundle config set without 'development test' \
&& bundle config set path '/opt/retrospring/bundle' \