Skip to content

Commit

Permalink
Use Centos
Browse files Browse the repository at this point in the history
There's an issue with Debian's version of wget, preventing us from
downloading signatures.
rfxn#200
  • Loading branch information
taylorskalyo committed May 12, 2017
1 parent 6fa5350 commit c11cd8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:jessie
RUN apt-get update
RUN apt-get install -y wget bsdmainutils
FROM centos:centos7
RUN yum update
RUN yum install -y wget which perl
ADD . /maldet
WORKDIR /maldet/
RUN bash install.sh
Expand Down

0 comments on commit c11cd8d

Please sign in to comment.