diff options
author | Alexey Neyman <stilor@att.net> | 2018-04-17 22:47:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 22:47:39 -0700 |
commit | 90d14443d1ab1d650f7aef98df3d2948ba6dd605 (patch) | |
tree | 88a932353f8dc19342b674cc57dee4bae39dd3ee /testing/docker/archlinux | |
parent | 5472517b31bde9b1ab71fd3369f3370e813e0351 (diff) | |
parent | 345dc4161d937c302248ea34ea55a9abc4bf343d (diff) | |
download | crosstool-ng-90d14443d1ab1d650f7aef98df3d2948ba6dd605.tar.gz crosstool-ng-90d14443d1ab1d650f7aef98df3d2948ba6dd605.tar.bz2 crosstool-ng-90d14443d1ab1d650f7aef98df3d2948ba6dd605.zip |
Merge pull request #947 from stilor/docker-testing
Docker-based testing for Linux distros
Diffstat (limited to 'testing/docker/archlinux')
-rw-r--r-- | testing/docker/archlinux/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile new file mode 100644 index 00000000..eee2f47b --- /dev/null +++ b/testing/docker/archlinux/Dockerfile @@ -0,0 +1,3 @@ +FROM hoverbear/archlinux +RUN pacman -Syu --noconfirm +RUN pacman -S --noconfirm base-devel git help2man python |