changed Dockerfile

This commit is contained in:
Dan Elbert 2019-02-02 15:39:09 -06:00
parent d90f4f81bf
commit e966a778c0

View File

@ -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