Skip to content

Commit

Permalink
#238 update docker image during build
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jan 14, 2020
1 parent ad678c0 commit 9a3f574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dockerCommands ~= { dc =>
"echo 'dockremap:165536:65536' >> /etc/subuid && " +
"echo 'dockremap:165536:65536' >> /etc/subgid && " +
"apt-get update && " +
"apt-get upgrade -y && " +
"apt-get install -y --no-install-recommends python-pip python2.7-dev python3-pip python3-dev ssdeep libfuzzy-dev libfuzzy2 libimage-exiftool-perl libmagic1 build-essential git libssl-dev dnsutils iptables && " +
"pip2 install -U pip setuptools && " +
"pip3 install -U pip setuptools && " +
Expand Down

0 comments on commit 9a3f574

Please sign in to comment.