Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

Commit 5912258

Browse files
author
Sergiusz Urbaniak
authored
Merge pull request #5 from s-urbaniak/qemu
acbuild: enable building of quemu stage1 images
2 parents a24d3a0 + c8711f6 commit 5912258

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

acbuild.sh

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ $EUID -ne 0 ]]; then
77
fi
88

99
IMG_NAME="coreos.com/rkt/builder"
10-
VERSION="1.1.1"
10+
VERSION="1.2.0"
1111
ARCH=amd64
1212
OS=linux
1313

@@ -17,7 +17,37 @@ BUILDDIR=/opt/build-rkt
1717
SRC_DIR=/opt/rkt
1818
ACI_GOPATH=/go
1919

20-
DEBIAN_SID_DEPS="ca-certificates gcc libc6-dev make automake wget git golang-go cpio squashfs-tools realpath autoconf file xz-utils patch bc locales libacl1-dev libssl-dev libsystemd-dev gnupg ruby ruby-dev rpm"
20+
DEBIAN_SID_DEPS="ca-certificates \
21+
gcc \
22+
libc6-dev \
23+
make \
24+
automake \
25+
wget \
26+
git \
27+
golang-go \
28+
cpio \
29+
squashfs-tools \
30+
realpath \
31+
autoconf \
32+
file \
33+
xz-utils \
34+
patch \
35+
bc \
36+
locales \
37+
libacl1-dev \
38+
libssl-dev \
39+
libsystemd-dev \
40+
gnupg \
41+
ruby \
42+
ruby-dev \
43+
rpm \
44+
python \
45+
python3 \
46+
zlib1g-dev \
47+
pkg-config \
48+
libglib2.0-dev \
49+
libpixman-1-dev \
50+
libcap-dev"
2151

2252
function acbuildend() {
2353
export EXIT=$?;

0 commit comments

Comments
 (0)