mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 03:41:41 +00:00
vuelve cmake
This commit is contained in:
parent
8f6442ece3
commit
a15b7e2a60
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ ENV RAILS_ENV production
|
|||
ENV RAILS_MASTER_KEY=$RAILS_MASTER_KEY
|
||||
|
||||
# Para compilar los assets en brotli
|
||||
RUN apk add --no-cache brotli libgit2-dev
|
||||
RUN apk add --no-cache brotli libgit2-dev cmake
|
||||
|
||||
# Empezamos con la usuaria app creada por sdk-ruby
|
||||
USER app
|
||||
|
|
Loading…
Reference in a new issue