From d1b856a47a87f2f6a78e11fc4541ae4d54ca0099 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 29 Sep 2023 11:07:20 +0300 Subject: [PATCH] Workbench: Small fix. --- workbench/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/Dockerfile b/workbench/Dockerfile index 7c2d1a3..db7ccd0 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -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 && \ git clone https://github.com/asdf-vm/asdf.git /opt/asdf && \ 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/* RUN _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \ rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \ -- GitLab