Skip to content

Commit 465b058

Browse files
committed
updates needed for libexcel
1 parent 0ec25c0 commit 465b058

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FROM base AS build
3333

3434
# Install packages needed to build gems
3535
RUN apt-get update -qq && \
36-
apt-get install --no-install-recommends -y build-essential pkg-config
36+
apt-get install --no-install-recommends -y build-essential libyaml-dev pkg-config zlib1g-dev
3737

3838
# Install application gems
3939
COPY --link Gemfile Gemfile.lock ./

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ GEM
9393
aws-eventstream (~> 1, >= 1.0.2)
9494
base64 (0.2.0)
9595
bcrypt_pbkdf (1.1.1)
96+
bcrypt_pbkdf (1.1.1-arm64-darwin)
9697
benchmark (0.4.0)
9798
bigdecimal (3.1.9)
9899
bindex (0.8.1)
@@ -193,6 +194,7 @@ GEM
193194
net-sftp (4.0.0)
194195
net-ssh (>= 5.0.0, < 8.0.0)
195196
net-smtp (0.5.0)
197+
net-protocol
196198
net-ssh (7.3.0)
197199
nio4r (2.7.4)
198200
nokogiri (1.18.1-arm64-darwin)

0 commit comments

Comments
 (0)