Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit e0d05f0

Browse files
committed
Change manjaro image to zalox/manjaro
1 parent b52dc19 commit e0d05f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

arch/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM jonathonf/manjaro
1+
FROM zalox/manjaro
22

3-
RUN pacman -Syuu --noconfirm \
3+
RUN pacman -Syu --noconfirm \
44
&& pacman -S --noconfirm \
55
cmake \
66
pkg-config \
@@ -9,4 +9,5 @@ RUN pacman -Syuu --noconfirm \
99
gtksourceviewmm \
1010
boost \
1111
aspell \
12-
aspell-en
12+
aspell-en \
13+
&& pacman -Sc --noconfirm

0 commit comments

Comments
 (0)