5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 13:54:17 +00:00

ahora resulta que también necesitamos python

This commit is contained in:
f 2020-01-25 20:29:40 -03:00
parent e325441bfa
commit ed53989330
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -14,7 +14,7 @@ ENV RAILS_ENV production
ENV RAILS_MASTER_KEY=$RAILS_MASTER_KEY
RUN apk add --no-cache libxslt libxml2 tzdata ruby ruby-bundler ruby-json ruby-bigdecimal ruby-rake
RUN apk add --no-cache postgresql-libs git yarn brotli libssh2
RUN apk add --no-cache postgresql-libs git yarn brotli libssh2 python
# https://github.com/rubygems/rubygems/issues/2918
# https://gitlab.alpinelinux.org/alpine/aports/issues/10808