We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2eb669 commit d5fe7daCopy full SHA for d5fe7da
src/Dockerfile
@@ -42,7 +42,8 @@ RUN groupadd -g 1001 vscode && \
42
43
USER vscode
44
45
-RUN curl --proto '=https' --tlsv1.2 -LsSf https://starship.rs/install.sh | sh -s -- --yes && \
+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 && \
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