mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Merge pull request #21821 from igor-alexandrov/rails-libyaml-dev
Added libyaml-dev to the Rails Dockerfile example
This commit is contained in:
@@ -67,7 +67,7 @@ FROM base AS build
|
||||
|
||||
# Install packages needed to build gems
|
||||
RUN apt-get update -qq && \
|
||||
apt-get install --no-install-recommends -y build-essential curl git pkg-config && \
|
||||
apt-get install --no-install-recommends -y build-essential curl git pkg-config libyaml-dev && \
|
||||
rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
# Install JavaScript dependencies and Node.js for asset compilation
|
||||
|
||||
Reference in New Issue
Block a user