We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a57ee5 commit 523815bCopy full SHA for 523815b
1 file changed
Dockerfile.production
@@ -34,7 +34,9 @@ FROM base AS build
34
RUN apt-get update -qq && \
35
apt-get install --no-install-recommends -y \
36
build-essential \
37
- git && \
+ git \
38
+ gfortran \
39
+ libopenblas-dev && \
40
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
41
42
COPY Gemfile Gemfile.lock ./
0 commit comments