Use local `alpine-iso`.

This commit is contained in:
Sean Bowe 2016-09-23 23:20:33 -06:00
parent ac952db03a
commit 984adf6678
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 2 deletions

View File

@ -68,9 +68,8 @@ USER builder
# Grab the `alpine-iso` package.
WORKDIR /home/builder/
RUN git clone git://git.alpinelinux.org/alpine-iso
ADD alpine-iso /home/builder/alpine-iso/
WORKDIR /home/builder/alpine-iso/
RUN git checkout 260faac06f5e8233bb59876a33cdcb9d1d24313a
# Grab the configurations for the ISOs
ADD alpine-compute.conf.mk /home/builder/alpine-iso/alpine-compute.conf.mk