Commit 4776a3ce authored by nimrod's avatar nimrod
Browse files

Keybase fuse (kbfs).

Also, the /Volumes directory for compatability with scripts written with
only OSX in mind (BOO!!) and the /keybase directory becasue that's what
the packaged Keybase does on Linux.
parent 8e8771b2
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ RUN apt-get update && \
        flatpak-builder \
        flatpak-xdg-utils \
        ftp \
        fuse \
        gir1.2-glib-2.0 \
        gir1.2-ostree-1.0 \
        gnupg \
@@ -215,6 +216,7 @@ RUN apt-get update && \
    mkdir "$GOPATH" && \
    go get github.com/keybase/client/go/keybase && \
    go install -tags production github.com/keybase/client/go/keybase && \
    go get github.com/keybase/client/go/kbfs/kbfsfuse && \
    export GO111MODULE=on && \
    go get github.com/giantswarm/semver-bump && \
    go get github.com/nishanths/license/v5 && \
@@ -245,6 +247,8 @@ RUN apt-get update && \
    touch /etc/localtime && \
    # pragma: allowlist nextline secret
    sed -i -e 's/ ALL$/ NOPASSWD:ALL/' /etc/sudoers && \
    install -d -m 777 /Volumes && \
    install -d -m 777 /keybase && \
    rm /etc/ssh/ssh_host_* && \
    rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ~/.cache/* /usr/local/share/brew/Library/Taps/*
COPY --chown=root:root bfg /usr/local/bin/