added docker
This commit is contained in:
parent
1092a4e4a4
commit
c436f922ce
3 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
l
|
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
|
CODE_SMELL
|
13
docker/Dockerfile
Normal file
13
docker/Dockerfile
Normal 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
BIN
docker/bfclient
Executable file
Binary file not shown.
Loading…
Reference in a new issue