changed Dockerfile
This commit is contained in:
parent
d90f4f81bf
commit
e966a778c0
@ -11,6 +11,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
|||||||
apt-get install -y --no-install-recommends nodejs yarn && \
|
apt-get install -y --no-install-recommends nodejs yarn && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN ls
|
||||||
RUN gem update --system && gem install bundler
|
RUN gem update --system && gem install bundler
|
||||||
|
|
||||||
# Enable Nginx / Passenger
|
# Enable Nginx / Passenger
|
||||||
|
Loading…
Reference in New Issue
Block a user