We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805a7ab commit be2771cCopy full SHA for be2771c
sandbox/opt/php-alpine/entrypoint.sh
@@ -1,5 +1,8 @@
1
#!/bin/sh
2
3
+# source /etc/profile
4
+. /etc/profile
5
+
6
# trust the locally mounted public key and fix permissions.
7
sudo cp /home/sandbox/.abuild/php-alpine.rsa.pub /etc/apk/keys/php-alpine.rsa.pub
8
sudo chmod u=rw,go=r /etc/apk/keys/php-alpine.rsa.pub
0 commit comments