We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d33af commit 43aaf37Copy full SHA for 43aaf37
nightly/Dockerfile
@@ -2,7 +2,8 @@ FROM citusdata/citus:latest
2
MAINTAINER Citus Data https://citusdata.com
3
4
# switch to Citus nightly
5
-RUN rm -rf /etc/apt/sources.list.d/citusdata_community.list \
+RUN apt-key del 1530DF18 \
6
+ && rm -rf /etc/apt/sources.list.d/citusdata_community.list \
7
&& apt-get update \
8
&& apt-get install -y --no-install-recommends \
9
ca-certificates \
0 commit comments