Skip to content

Commit

Permalink
Merge pull request #130 from buildpacks/add-libyaml
Browse files Browse the repository at this point in the history
Add libyaml to allow ruby version bump
  • Loading branch information
sambhav authored Dec 24, 2022
2 parents 7d2bdc9 + c455a04 commit 7d33a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/bionic/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG cnb_gid=1000

# Install packages that we want to make available at both build and run time
RUN apt-get update && \
apt-get install -y xz-utils ca-certificates && \
apt-get install -y xz-utils ca-certificates libyaml-0-2 && \
rm -rf /var/lib/apt/lists/*

# Create user and group
Expand Down

0 comments on commit 7d33a48

Please sign in to comment.