This commit is contained in:
parent
1b6b3135c7
commit
f5e32cf888
@ -7,7 +7,7 @@ RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash - && \
|
||||
nginx && \
|
||||
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN gem update --no-document --system 3.5.21 && gem install bundler --no-document -v 2.5.21 && corepack enable
|
||||
RUN gem update --no-document --system && gem install bundler --no-document && corepack enable
|
||||
|
||||
# Install nginx config files
|
||||
RUN rm /etc/nginx/sites-enabled/default
|
||||
|
Loading…
Reference in New Issue
Block a user