We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e575ef3 commit 2c59bf6Copy full SHA for 2c59bf6
Dockerfile
@@ -23,7 +23,7 @@ ENV NODE_ENV=production
23
FROM base AS builder
24
25
RUN apt-get update -qq && \
26
- apt-get install -y build-essential libssl-dev libpq-dev git libsasl2-dev curl && \
+ apt-get install -y build-essential libssl-dev libpq-dev git libsasl2-dev libyaml-dev curl && \
27
rm -rf /var/lib/apt/lists/*
28
29
# Copy node binaries from node image.
@@ -58,7 +58,7 @@ FROM base
58
59
# Install packages needed for deployment
60
61
- apt-get install --no-install-recommends -y curl libpq-dev libvips libjemalloc2 && \
+ apt-get install --no-install-recommends -y curl libpq-dev libvips libjemalloc2 libyaml-dev && \
62
apt-get clean
63
64
# Create app directory.
0 commit comments