Skip to content

Commit 063a60d

Browse files
committed
add curl
1 parent 6c5329d commit 063a60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ruby:3.4.4-slim@sha256:93664239ae7e485147c2fa83397fdc24bf7b7f1e15c3ad9d4859
33
WORKDIR /app
44

55
RUN apt-get update && \
6-
apt-get install -y --no-install-recommends build-essential libyaml-dev && \
6+
apt-get install -y --no-install-recommends build-essential libyaml-dev curl && \
77
apt-get clean && \
88
rm -rf /var/lib/apt/lists/*
99

0 commit comments

Comments
 (0)