Skip to content
Snippets Groups Projects
Commit 0d7207ec authored by nimrod's avatar nimrod
Browse files

Move scripts to bin/ .

parent 75ac25ec
No related branches found
No related tags found
No related merge requests found
*
!sources.d/*
!preferences.d/*
!bfg
!bash_completion.d/*
!gnome-open
!bin/*
!preferences.d/*
!sources.d/*
......@@ -303,9 +303,8 @@ RUN apt-get update && \
install -d -m 777 /keybase && \
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/
COPY --chown=root:root bin/* /usr/local/bin/
LABEL com.github.containers.toolbox="true" \
com.github.debarshiray.toolbox="true"
ENV PATH /usr/local/lib/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment