This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
add direnv to the container image to support setting environment vari… #73
Annotations
1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex && echo 'eval \"\\$(direnv hook $SHELL)\"' | sudo tee -a /etc/skel/.bashrc | tee -a ${HOME}/.bashrc && curl --output /tmp/install.sh --proto '=https' --tlsv1.2 -Sf -L \"https://direnv.net/install.sh\" && chmod +x /tmp/install.sh && sudo bash -c \"/tmp/install.sh\" && direnv --version && source ${HOME}/.bashrc && direnv allow && sudo rm -rf /tmp/* && true" did not complete successfully: exit code: 127
|