added docker

This commit is contained in:
Armin Friedl 2018-04-30 13:35:08 +02:00
parent 1092a4e4a4
commit c436f922ce
3 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,4 @@
l
squid:S106"9Replace this use of System.out or System.err by a logger.(çðôW8Žë±,H©<EFBFBD>RMAJORZ
squid:S106"9Replace this use of System.out or System.err by a logger.(çðôW8Žë±,Hª<EFBFBD>RMAJORZ
CODE_SMELL

13
docker/Dockerfile Normal file
View file

@ -0,0 +1,13 @@
FROM debian:stretch-slim
WORKDIR /app
ADD bfclient /app
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get dist-upgrade -y \
&& apt-get install -fy \
libssl-dev libgmp-dev
CMD ["./bfclient", "35.196.141.41", "26765", "16"]

BIN
docker/bfclient Executable file

Binary file not shown.