We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec25c0 commit 465b058Copy full SHA for 465b058
Dockerfile
@@ -33,7 +33,7 @@ FROM base AS build
33
34
# Install packages needed to build gems
35
RUN apt-get update -qq && \
36
- apt-get install --no-install-recommends -y build-essential pkg-config
+ apt-get install --no-install-recommends -y build-essential libyaml-dev pkg-config zlib1g-dev
37
38
# Install application gems
39
COPY --link Gemfile Gemfile.lock ./
Gemfile.lock
@@ -93,6 +93,7 @@ GEM
93
aws-eventstream (~> 1, >= 1.0.2)
94
base64 (0.2.0)
95
bcrypt_pbkdf (1.1.1)
96
+ bcrypt_pbkdf (1.1.1-arm64-darwin)
97
benchmark (0.4.0)
98
bigdecimal (3.1.9)
99
bindex (0.8.1)
@@ -193,6 +194,7 @@ GEM
193
194
net-sftp (4.0.0)
195
net-ssh (>= 5.0.0, < 8.0.0)
196
net-smtp (0.5.0)
197
+ net-protocol
198
net-ssh (7.3.0)
199
nio4r (2.7.4)
200
nokogiri (1.18.1-arm64-darwin)
0 commit comments