cleanup and prepare for docker image rebuilds

This commit is contained in:
t3chn0m4g3
2020-06-25 16:14:37 +00:00
parent da7d095d6f
commit ec8f5d9b66
27 changed files with 19 additions and 1438 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.11
#
# Install packages
RUN apk -U --no-cache add \
@ -21,7 +21,6 @@ RUN apk -U --no-cache add \
make install && \
#
# Install libemu python wrapper
pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir \
hpfeeds \
pylibemu && \