Skip to content

Commit d5fe7da

Browse files
committed
feat: install frankenphp
1 parent a2eb669 commit d5fe7da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ RUN groupadd -g 1001 vscode && \
4242

4343
USER vscode
4444

45-
RUN curl --proto '=https' --tlsv1.2 -LsSf https://starship.rs/install.sh | sh -s -- --yes && \
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 && \
4647
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/latest/download/atuin-installer.sh | ATUIN_NO_MODIFY_PATH=1 sh && \
4748
mv ${HOME}/.atuin/bin/* "${HOME}/bin" && \
4849
rm -rf "${HOME}/.atuin" && \

0 commit comments

Comments
 (0)