Skip to content

Instantly share code, notes, and snippets.

@dbarranco
Created January 6, 2016 11:20
Show Gist options
  • Save dbarranco/a24578fc7638218f6145 to your computer and use it in GitHub Desktop.
Save dbarranco/a24578fc7638218f6145 to your computer and use it in GitHub Desktop.
[root@linux ~]# apachephp.sh
Beginning build with an empty ACI
Setting name of ACI to example.com/apache-php
Adding dependency "quay.io/coreos/alpine-sh"
Running: [apk update]
Downloading quay.io/coreos/alpine-sh: [========================] 2.65 MB/2.65 MB
fetch http://dl-4.alpinelinux.org/alpine/v3.2/main/x86_64/APKINDEX.tar.gz
v3.2.3-149-gd036522 [http://dl-4.alpinelinux.org/alpine/v3.2/main]
OK: 5294 distinct packages available
Running: [apk add php php-apache2]
(1/16) Installing php-common (5.6.14-r0)
(2/16) Installing pcre (8.37-r1)
(3/16) Installing ncurses-terminfo-base (5.9-r3)
(4/16) Installing ncurses-libs (5.9-r3)
(5/16) Installing readline (6.3.008-r0)
(6/16) Installing libxml2 (2.9.2-r1)
(7/16) Installing php-cli (5.6.14-r0)
(8/16) Installing php (5.6.14-r0)
(9/16) Installing libuuid (2.26.2-r0)
(10/16) Installing apr (1.5.2-r0)
(11/16) Installing expat (2.1.0-r1)
(12/16) Installing apr-util (1.5.4-r0)
(13/16) Installing apache2 (2.4.16-r0)
(14/16) Installing libgcc (4.9.2-r5)
(15/16) Installing libstdc++ (4.9.2-r5)
(16/16) Installing php-apache2 (5.6.14-r0)
Executing busybox-1.23.2-r0.trigger
OK: 31 MiB in 31 packages
Running: [/bin/sh -c echo 'ServerName localhost' >> /etc/apache2/httpd.conf]
Directory /root/.acbuild/target lacks the binary to execute or doesn't look like a binary tree. Refusing.
run: exit status 1
Ending the build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment