Add GNU version of tar (#6743)

pull/6750/head
Carlgo11 2 years ago committed by GitHub
parent 144f630c6a
commit 4ea1c21948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM ruby:2.7-alpine
WORKDIR /app
COPY Gemfile .
COPY ./scripts/entrypoint.sh .
RUN apk add --no-cache build-base git bash dos2unix npm gnupg
RUN apk add --no-cache build-base git bash dos2unix npm gnupg tar
RUN bundle config set path '/app/vendor/cache'
RUN bundle install
RUN npm i -g babel-minify

Loading…
Cancel
Save