2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +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
MAINTAINER kev <noreply@easypi.info>
RUN apk add -U apr-dev \
RUN set -xe \
&& apk add --no-cache apr-dev \
apr-util-dev \
bash \
build-base \
@@ -47,9 +48,9 @@ RUN apk add -U apr-dev \
openssl-dev \
pcre-dev \
postgresql-dev \
subversion-dev \
&& rm -rf /var/cache/apk/*
subversion-dev
VOLUME /work
WORKDIR /work
CMD ["bash"]