Skip to content

Commit

Permalink
fix: phpactor move permission gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Nov 8, 2023
1 parent f022a97 commit 1e8c42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN npm install -g neovim
# Install phpactor
RUN curl -Lo phpactor.phar https://github.com/phpactor/phpactor/releases/latest/download/phpactor.phar
RUN chmod a+x phpactor.phar
RUN mv phpactor.phar /usr/local/bin/phpactor
RUN sudo mv phpactor.phar /usr/local/bin/phpactor

RUN curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_0.40.2_Linux_x86_64.tar.gz" \
&& tar xf lazygit.tar.gz lazygit \
Expand Down

0 comments on commit 1e8c42a

Please sign in to comment.