forked from artixweb/artixweb_packages
Compare commits
1 Commits
master
...
repos-upda
Author | SHA1 | Date | |
---|---|---|---|
4a10945992
|
@@ -46,11 +46,11 @@ RUN pacman -Sy --noconfirm postgresql-libs \
|
|||||||
&& set -x \
|
&& set -x \
|
||||||
&& pacman -Syu --noconfirm \
|
&& pacman -Syu --noconfirm \
|
||||||
&& pacman -Scc --noconfirm \
|
&& pacman -Scc --noconfirm \
|
||||||
&& echo -e "[lib32]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
&& printf "\n[lib32]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||||
&& echo -e "[system-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
&& printf "\n[system-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||||
&& echo -e "[world-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
&& printf "\n[world-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||||
&& echo -e "[galaxy-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
&& printf "\n[galaxy-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||||
&& echo -e "[lib32-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
&& printf "\n[lib32-gremlins]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf \
|
||||||
&& pacman -Sy --noconfirm
|
&& pacman -Sy --noconfirm
|
||||||
|
|
||||||
WORKDIR /usr/share/artixweb_packages
|
WORKDIR /usr/share/artixweb_packages
|
||||||
|
Reference in New Issue
Block a user