We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d25813 commit a47c94bCopy full SHA for a47c94b
1 file changed
src/Dockerfile
@@ -42,8 +42,7 @@ RUN groupadd -g 1001 vscode && \
42
43
USER vscode
44
45
-RUN curl https://frankenphp.dev/install.sh | BIN_DIR="${HOME}/bin" sh && \
46
- curl --proto '=https' --tlsv1.2 -LsSf https://starship.rs/install.sh | sh -s -- --yes && \
+RUN curl --proto '=https' --tlsv1.2 -LsSf https://starship.rs/install.sh | sh -s -- --yes && \
47
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/latest/download/atuin-installer.sh | ATUIN_NO_MODIFY_PATH=1 sh && \
48
mv ${HOME}/.atuin/bin/* "${HOME}/bin" && \
49
rm -rf "${HOME}/.atuin" && \
0 commit comments