LAMP stack (in Arch with php7) with AUR access
3.4K
This is exactly the same as https://github.com/greyltc/docker-LAMP with the following exception:
Containers based on this one can use the following to install PACKAGE from the AUR:
su docker -c 'yay -S --noprogressbar --needed --noconfirm PACKAGE'
So in your Dockerfile, that would look like:
RUN su docker -c 'yay -S --noprogressbar --needed --noconfirm PACKAGE'
Content type
Image
Digest
Size
780.4 MB
Last updated
over 7 years ago
docker pull greyltc/lamp-aur