Skip to content

Commit ba84357

Browse files
committed
libyaml-dev was removed from ruby docker images
- rails/rails@746b8ee - docker-library/ruby#493
1 parent f9ed32c commit ba84357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FROM base AS build
2929

3030
# Install packages needed to build gems
3131
RUN apt-get update -qq && \
32-
apt-get install --no-install-recommends -y build-essential git pkg-config && \
32+
apt-get install --no-install-recommends -y build-essential git pkg-config libyaml-dev && \
3333
rm -rf /var/lib/apt/lists /var/cache/apt/archives
3434

3535
# Install application gems

0 commit comments

Comments
 (0)