Containerfile: download archive without tag requirement
This commit is contained in:
parent
24f9bd4bb6
commit
92b6d43230
|
@ -57,7 +57,7 @@ WORKDIR /opt/retrospring/app
|
||||||
USER justask:users
|
USER justask:users
|
||||||
|
|
||||||
# install the app
|
# 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' \
|
RUN bundle config set without 'development test' \
|
||||||
&& bundle config set path '/opt/retrospring/bundle' \
|
&& bundle config set path '/opt/retrospring/bundle' \
|
||||||
|
|
Loading…
Reference in New Issue