mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 04:01:06 -05:00
Quick fix for Archlinux keyring madness
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM base/archlinux:latest
|
FROM base/archlinux:latest
|
||||||
MAINTAINER Kai Hendry <hendry@iki.fi>
|
MAINTAINER Kai Hendry <hendry@iki.fi>
|
||||||
RUN pacman -Syu --noconfirm nginx php php-fpm supervisor
|
RUN pacman --noconfirm -Sy archlinux-keyring && pacman -q -Syu --noconfirm nginx php php-fpm supervisor
|
||||||
|
|
||||||
# /srv/http used to match with Archlinux's php.ini open_basedir default
|
# /srv/http used to match with Archlinux's php.ini open_basedir default
|
||||||
ADD www /srv/http
|
ADD www /srv/http
|
||||||
|
|||||||
Reference in New Issue
Block a user