Loading .dockerignore +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ !preferences.d/* !bfg !bash_completion.d/* !gnome-open Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -299,6 +299,7 @@ RUN apt-get update && \ rm /etc/ssh/ssh_host_* && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ~/.cache/* COPY --chown=root:root bfg /usr/local/bin/ COPY --chown=root:root gnome-open /usr/local/bin/ COPY --chown=root:root bash_completion.d/* /etc/bash_completion.d/ LABEL com.github.containers.toolbox="true" \ com.github.debarshiray.toolbox="true" Loading gnome-open 0 → 100755 +2 −0 Original line number Diff line number Diff line #!/bin/sh exec gio open "$@" Loading
.dockerignore +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ !preferences.d/* !bfg !bash_completion.d/* !gnome-open
Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -299,6 +299,7 @@ RUN apt-get update && \ rm /etc/ssh/ssh_host_* && \ rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* ~/.cache/* COPY --chown=root:root bfg /usr/local/bin/ COPY --chown=root:root gnome-open /usr/local/bin/ COPY --chown=root:root bash_completion.d/* /etc/bash_completion.d/ LABEL com.github.containers.toolbox="true" \ com.github.debarshiray.toolbox="true" Loading
gnome-open 0 → 100755 +2 −0 Original line number Diff line number Diff line #!/bin/sh exec gio open "$@"