Skip to content

Commit

Permalink
[Change] Install act for all users in DevContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbummen99 committed Nov 29, 2024
1 parent 8145995 commit e6523ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN apt-get install -y libbz2-dev \
&& docker-php-ext-install bz2

# Install act
RUN curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
RUN curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash -s -- -b /usr/local/bin

0 comments on commit e6523ed

Please sign in to comment.