Skip to content

Commit a40247e

Browse files
committed
ci: Fix some tests that require ca-certificates
Noticed in https://buildkite.com/materialize/nightly/builds/12652
1 parent 8800a95 commit a40247e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/images/materialized-base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN groupadd --system --gid=999 materialize \
2525
&& useradd --system --gid=999 --uid=999 --create-home materialize \
2626
&& apt-get update \
2727
&& TZ=UTC DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends \
28+
ca-certificates \
2829
curl \
2930
gettext-base \
3031
nginx \

0 commit comments

Comments
 (0)