Merge pull request #402 from paulodiovani/chore/docker-improvement

Chore / Minor docker improvements
pull/405/head
Siddharth Dushantha 5 years ago committed by GitHub
commit 7c79c6269f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,6 @@
FROM python:3.7-alpine as build
WORKDIR /wheels
RUN apk update --no-cache \
&& apk add --no-cache \
RUN apk add --no-cache \
g++ \
gcc \
libxml2 \

@ -1,6 +1,8 @@
version: '2'
services:
sherlock:
build: .
image: theyahya/sherlock
volumes:
- "./results:/opt/sherlock/results"

Loading…
Cancel
Save