Added g++ dependence
This commit is contained in:
parent
b4a8ead6e0
commit
835290da94
@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
|
||||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
|
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
|
||||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
|
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
|
||||||
apt-get update && apt-get install -y nodejs yarn sqlite3 cron
|
apt-get update && apt-get install -y nodejs yarn sqlite3 cron g++
|
||||||
|
|
||||||
ENV RACK_ENV production
|
ENV RACK_ENV production
|
||||||
ENV TZ=America/Campo_Grande
|
ENV TZ=America/Campo_Grande
|
||||||
|
Loading…
Reference in New Issue
Block a user