Browse Source

Add metafiles to tracking

pull/340/head
Dan Schaper 8 years ago
parent
commit
1b08d06c5a
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
3 changed files with 2181 additions and 1 deletions
  1. +1
    -1
      .circleci/Dockerfile
  2. +15
    -0
      Dockerfile.dev
  3. +2165
    -0
      getssl.orig

+ 1
- 1
.circleci/Dockerfile View File

@ -1,4 +1,4 @@
FROM alpine:3.7
FROM koalaman/shellcheck-alpine:v0.4.7
RUN apk add --no-cache --virtual .circleci-deps \
ca-certificates \


+ 15
- 0
Dockerfile.dev View File

@ -0,0 +1,15 @@
FROM koalaman/shellcheck-alpine:v0.4.7
ENV PATH=/bin:$PATH
WORKDIR /ssl
RUN apk --no-cache --virtual .run-depends add \
curl \
drill \
openssl
#COPY getsslD /bin/getsslD
ENTRYPOINT [ "getsslD" ]
CMD [ "--help" ]

+ 2165
- 0
getssl.orig
File diff suppressed because it is too large
View File


Loading…
Cancel
Save