Merge pull request #402 from paulodiovani/chore/docker-improvement
Chore / Minor docker improvements
This commit is contained in:
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user