Commit 485b8d86 authored by nimrod's avatar nimrod
Browse files

Remove the /Volumes directory.

I only added to mimic the kbfs mount in MacOS because smile-cli
depended on it but I've since removed Keybase from that utility
completely so it's no longer needed.
parent 8a41be59
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -280,7 +280,6 @@ 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/*