Skip to content

Commit 6012c12

Browse files
committed
nightlies are on Trixie which no longer has apt-key. so update docker file to not use it
1 parent 18ef88c commit 6012c12

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

nightly/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ LABEL maintainer="Citus Data https://citusdata.com" \
99
org.label-schema.schema-version="1.0"
1010

1111
# Perform prerequisites for Citus Nightly Installation
12-
RUN apt-key del 1530DF18 \
13-
&& rm -rf /etc/apt/sources.list.d/citusdata_community.list \
12+
RUN rm -f /etc/apt/keyrings/citusdata_community-archive-keyring.gpg \
13+
/etc/apt/trusted.gpg.d/citusdata_community.gpg \
14+
/etc/apt/sources.list.d/citusdata_community.list \
1415
&& apt-get update \
1516
&& apt-get install -y --no-install-recommends \
1617
ca-certificates \

0 commit comments

Comments
 (0)