Skip to content

Commit 43aaf37

Browse files
committed
Add nightly line to remove community GPG key
packagecloud.io uses per-repo GPG keys, so might as well remove the one that our community repo adds before installing community-nightlies.
1 parent 64d33af commit 43aaf37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nightly/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM citusdata/citus:latest
22
MAINTAINER Citus Data https://citusdata.com
33

44
# switch to Citus nightly
5-
RUN rm -rf /etc/apt/sources.list.d/citusdata_community.list \
5+
RUN apt-key del 1530DF18 \
6+
&& rm -rf /etc/apt/sources.list.d/citusdata_community.list \
67
&& apt-get update \
78
&& apt-get install -y --no-install-recommends \
89
ca-certificates \

0 commit comments

Comments
 (0)