File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ FROM base AS build
3030
3131# Install packages needed to build gems and node modules
3232RUN apt-get update -qq && \
33- apt-get install --no-install-recommends -y build-essential git node-gyp pkg-config python-is-python3 && \
33+ apt-get install --no-install-recommends -y build-essential git libyaml-dev node-gyp pkg-config python-is-python3 && \
3434 rm -rf /var/lib/apt/lists /var/cache/apt/archives
3535
3636# Install JavaScript dependencies
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ FROM base AS build
3737
3838# Install packages needed to build gems and node modules
3939RUN apt-get update -qq && \
40- apt-get install --no-install-recommends -y build-essential git node-gyp pkg-config python-is-python3 && \
40+ apt-get install --no-install-recommends -y build-essential git libyaml-dev node-gyp pkg-config python-is-python3 && \
4141 rm -rf /var/lib/apt/lists /var/cache/apt/archives
4242
4343# Install application gems
You can’t perform that action at this time.
0 commit comments