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.
curl
1 parent 6c5329d commit 063a60dCopy full SHA for 063a60d
spec/acceptance/Dockerfile
@@ -3,7 +3,7 @@ FROM ruby:3.4.4-slim@sha256:93664239ae7e485147c2fa83397fdc24bf7b7f1e15c3ad9d4859
3
WORKDIR /app
4
5
RUN apt-get update && \
6
- apt-get install -y --no-install-recommends build-essential libyaml-dev && \
+ apt-get install -y --no-install-recommends build-essential libyaml-dev curl && \
7
apt-get clean && \
8
rm -rf /var/lib/apt/lists/*
9
0 commit comments