Skip to content

Commit 1474c39

Browse files
committed
Add libyaml-dev to fix builds
1 parent 80bba32 commit 1474c39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM base AS build
3030

3131
# Install packages needed to build gems and node modules
3232
RUN 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

Dockerfile-ssr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ FROM base AS build
3737

3838
# Install packages needed to build gems and node modules
3939
RUN 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

0 commit comments

Comments
 (0)