2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00

update hydra

This commit is contained in:
kev
2016-11-08 20:45:04 +08:00
parent 049f89b707
commit 2d46853016

View File

@@ -5,7 +5,8 @@
FROM alpine FROM alpine
MAINTAINER kev <noreply@easypi.info> MAINTAINER kev <noreply@easypi.info>
RUN apk add -U apr-dev \ RUN set -xe \
&& apk add --no-cache apr-dev \
apr-util-dev \ apr-util-dev \
bash \ bash \
build-base \ build-base \
@@ -47,9 +48,9 @@ RUN apk add -U apr-dev \
openssl-dev \ openssl-dev \
pcre-dev \ pcre-dev \
postgresql-dev \ postgresql-dev \
subversion-dev \ subversion-dev
&& rm -rf /var/cache/apk/*
VOLUME /work VOLUME /work
WORKDIR /work WORKDIR /work
CMD ["bash"] CMD ["bash"]