mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
Add unzip to ArchLinux docker image
Needed by android sample. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
a3cc62a52c
commit
b04bd52270
@ -1,3 +1,3 @@
|
|||||||
FROM hoverbear/archlinux
|
FROM hoverbear/archlinux
|
||||||
RUN pacman -Syu --noconfirm
|
RUN pacman -Syu --noconfirm
|
||||||
RUN pacman -S --noconfirm base-devel git help2man python
|
RUN pacman -S --noconfirm base-devel git help2man python unzip
|
||||||
|
Loading…
Reference in New Issue
Block a user