2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 19:17:33 +01:00
This commit is contained in:
kev
2015-07-03 00:15:55 +08:00
parent 19dd9eec8e
commit 50d0c82a6a
2 changed files with 12 additions and 6 deletions

View File

@@ -5,7 +5,9 @@
FROM alpine
MAINTAINER kev <noreply@datageek.info>
RUN apk add -U bash \
RUN apk add -U apr-dev \
apr-util-dev \
bash \
build-base \
curl \
git \
@@ -25,6 +27,7 @@ RUN apk add -U bash \
pcre \
pcre-dev \
postgresql-dev \
subversion-dev \
&& echo 'will cite' | parallel --bibtex \
&& mkdir src \
&& cd src \
@@ -33,7 +36,9 @@ RUN apk add -U bash \
&& make install \
&& cd .. \
&& rm -rf src \
&& apk del --purge build-base \
&& apk del --purge apr-dev \
apr-util-dev \
build-base \
libidn-dev \
libssh-dev \
ncurses-dev \
@@ -41,6 +46,7 @@ RUN apk add -U bash \
openssl-dev \
pcre-dev \
postgresql-dev \
subversion-dev \
&& rm -rf /var/cache/apk/*
VOLUME /work