X-Git-Url: https://git.armaanb.net/?p=dockerfiles.git;a=blobdiff_plain;f=kiss%2F2020.9-2%2FDockerfile;h=89e3fec846a93989c9e863568414a7b40cce01ab;hp=678065ef580e0ccaf2fcdf97a38258599bdae2bc;hb=ed318081140f86931c35ecb72af55ae176558220;hpb=55b7abc1db3d9b0723c57d319f6caaf08acbd5de diff --git a/kiss/2020.9-2/Dockerfile b/kiss/2020.9-2/Dockerfile index 678065e..89e3fec 100644 --- a/kiss/2020.9-2/Dockerfile +++ b/kiss/2020.9-2/Dockerfile @@ -18,12 +18,11 @@ COPY --from=downloader /mnt/ / RUN git config --global pull.ff only RUN git clone https://github.com/kisslinux/repo /usr/repos/official RUN git clone https://github.com/kisslinux/community /usr/repos/community -RUN source /etc/profile ENV KISS_PATH="/usr/repos/official/core:/usr/repos/official/extra:/usr/repos/official/testing:/usr/repos/official/xorg:/usr/repos/community/community" ENV KISS_PROMPT="0" RUN kiss b gnupg1 && kiss i gnupg1 RUN gpg --keyserver keys.gnupg.net --recv-key 46D62DD9F1DE636E || gpg --keyserver pgp.mit.edu --recv-key 46D62DD9F1DE636E -RUN echo trusted-key 0x46d62dd9f1de636e >>/root/.gnupg/gpg.conf +RUN echo trusted-key 0x46d62dd9f1de636e >> /root/.gnupg/gpg.conf WORKDIR /usr/repos/official RUN git config merge.verifySignatures true RUN sed -i "s/\/dev\/tty/\/dev\/null/g" /sbin/kiss