1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02: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

View File

@ -8,14 +8,14 @@ A very fast network logon cracker which support many different services.
- [x] curses
- [x] pcre
- [x] Postgres
- [ ] SVN
- [x] SVN
- [ ] firebird
- [x] MYSQL client
- [ ] AFP
- [ ] NCP
- [ ] SAP/R3
- [ ] libssh
- [x] libssh
- [ ] Oracle
- [ ] GUI req's
- [ ] Android specialities
- [ ] secure compile option support in gcc
- [x] Android specialities
- [x] secure compile option support in gcc