Skip to content

Commit 13e2f12

Browse files
justin808claude
andcommitted
Add libyaml-dev to Dockerfile for psych gem compilation
Ruby 3.4.6 requires libyaml-dev to build the psych gem. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3198912 commit 13e2f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.controlplane/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV GIT_COMMIT_SHA=${GIT_COMMIT}
88

99
# Install packages needed to build gems and node modules
1010
RUN apt-get update -qq && \
11-
apt-get install --no-install-recommends -y build-essential curl git libpq-dev libvips node-gyp pkg-config python-is-python3
11+
apt-get install --no-install-recommends -y build-essential curl git libyaml-dev libpq-dev libvips node-gyp pkg-config python-is-python3
1212

1313
# Install JavaScript dependencies
1414
# Make sure NODE_VERSION matches the node version in .nvmrc and package.json

0 commit comments

Comments
 (0)