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

Workbench: Small fix.

parent c9c787aa
No related branches found
No related tags found
No related merge requests found
Pipeline #3560 passed
...@@ -269,7 +269,7 @@ RUN wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.8.16/deps ...@@ -269,7 +269,7 @@ RUN wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.8.16/deps
ln --symbolic /opt/better-adb-sync-master/src/adbsync.py /usr/local/bin/adbsync && \ ln --symbolic /opt/better-adb-sync-master/src/adbsync.py /usr/local/bin/adbsync && \
git clone https://github.com/asdf-vm/asdf.git /opt/asdf && \ git clone https://github.com/asdf-vm/asdf.git /opt/asdf && \
ln --symbolic --target /etc/profile.d/ /opt/asdf/asdf.sh && \ ln --symbolic --target /etc/profile.d/ /opt/asdf/asdf.sh && \
echo "export PATH=$PIPX_BIN_DIR:$GOPATH/bin:\$PATH" > /etc/profile.d/workbench.sh && \ echo "export PATH=$PIPX_BIN_DIR:/usr/local/lib/go/bin:\$PATH" > /etc/profile.d/workbench.sh && \
rm -rf /tmp/* /var/tmp/* ~/.cache/* rm -rf /tmp/* /var/tmp/* ~/.cache/*
RUN _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \ RUN _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \
rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \ rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment