Skip to content

Commit a47c94b

Browse files
committed
fix: remove frankenphp for now
1 parent 6d25813 commit a47c94b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Dockerfile

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

4343
USER vscode
4444

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

0 commit comments

Comments
 (0)