Fix dockerfile
Some checks failed
parsley/pipeline/head There was a failure building this commit

This commit is contained in:
Dan Elbert 2024-10-18 14:42:04 -05:00
parent 1b6b3135c7
commit f5e32cf888

View File

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