Commit dbc89677 authored by nimrod's avatar nimrod
Browse files

Just the Keybase CLI.

The Debian fails to install on Debian Bullseye (and probably some of the
newer Ubuntu releases as well) and the issue in GitHub has been open
since January 2021. Instead build just the CLI part. Should be a little
cleaner too (no Cron jobs).
parent c26f97ab
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -123,9 +123,6 @@ RUN apt-get update && \
        w3m-img \
        whois \
    && \
    wget https://prerelease.keybase.io/keybase_amd64.deb -O /tmp/keybase.deb && \
    apt install -y /tmp/keybase.deb && \
    rm /tmp/keybase.deb && \
    sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/; s/# en_IL UTF-8/en_IL UTF-8/; s/# he_IL.UTF-8 UTF-8/he_IL.UTF-8 UTF-8/;' /etc/locale.gen && \
    locale-gen && \
    git clone https://github.com/Homebrew/brew /usr/local/share/brew && \
@@ -222,6 +219,7 @@ RUN apt-get update && \
    go get github.com/lucagrulla/cw && \
    go get sigs.k8s.io/kind@v0.9.0 && \
    go get github.com/genuinetools/reg@v0.16.1 && \
    go get github.com/keybase/client/go/keybase && \
    wget https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build -O /tmp/toolbox.tar.gz && \
    tar -xzf /tmp/toolbox.tar.gz -C / && \
    wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/bin/rabbitmqadmin -O /usr/local/bin/rabbitmqadmin && \