Skip to content

Commit

Permalink
Fix GH actions permissions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Mar 8, 2023
1 parent 6f7bcbe commit 984147a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2022 Eugene Leonovich
Copyright (c) 2015-2023 Eugene Leonovich

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ FROM $PHP_IMAGE
RUN apt-get update && \\
apt-get install -y curl git uuid-dev unzip && \\
git config --global --add safe.directory '*' && \\
docker-php-ext-install sockets && \\
pecl install uuid && docker-php-ext-enable uuid${RUN_CMDS}
Expand Down

0 comments on commit 984147a

Please sign in to comment.