Loading Dockerfile +4 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading @@ -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 && \ Loading Loading @@ -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/ Loading Loading
Dockerfile +4 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading @@ -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 && \ Loading Loading @@ -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/ Loading