Skip to content

Commit

Permalink
Merge branch 'main' into feat/readable_viewcounts_lists
Browse files Browse the repository at this point in the history
  • Loading branch information
danimo authored Jan 17, 2025
2 parents d709df7 + 456a2da commit c70e0d9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ RUN set -eux; \
WORKDIR /voctoweb

# Install required gems
ENV BUNDLE_FORCE_RUBY_PLATFORM 1
ENV BUNDLE_WITHOUT "development:test:doc"
ENV MAKEFLAGS "-j$(nproc)"
ENV BUNDLE_FORCE_RUBY_PLATFORM=1
ENV BUNDLE_WITHOUT="development:test:doc"
ENV MAKEFLAGS="-j$(nproc)"
COPY Gemfile Gemfile.lock /voctoweb/
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
RUN set -eux; \
Expand All @@ -24,12 +24,14 @@ RUN set -eux; \
g++ \
git \
gcc \
libffi-dev \
libxml2-dev \
libxslt-dev \
libxslt-dev \
make \
musl-dev \
patch \
postgresql-dev \
yaml-dev \
build-base \
; \
\
Expand Down

0 comments on commit c70e0d9

Please sign in to comment.