Skip to content

Commit 523815b

Browse files
committed
fix: solve dependency issue
1 parent 5a57ee5 commit 523815b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile.production

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ FROM base AS build
3434
RUN apt-get update -qq && \
3535
apt-get install --no-install-recommends -y \
3636
build-essential \
37-
git && \
37+
git \
38+
gfortran \
39+
libopenblas-dev && \
3840
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
3941

4042
COPY Gemfile Gemfile.lock ./

0 commit comments

Comments
 (0)