|
@@ -1,7 +1,7 @@
|
|
FROM ubuntu:16.04
|
|
FROM ubuntu:16.04
|
|
|
|
|
|
RUN apt-get update
|
|
RUN apt-get update
|
|
-RUN apt-get install -qqy software-properties-common build-essential curl locales
|
|
|
|
|
|
+RUN apt-get install -qqy software-properties-common build-essential curl locales wget git
|
|
|
|
|
|
RUN locale-gen en_US.UTF-8
|
|
RUN locale-gen en_US.UTF-8
|
|
ENV LANG en_US.UTF-8
|
|
ENV LANG en_US.UTF-8
|
|
@@ -12,4 +12,4 @@ ADD TFBReaper TFBReaper
|
|
|
|
|
|
RUN mv TFBReaper/target/debug/tfb_reaper /
|
|
RUN mv TFBReaper/target/debug/tfb_reaper /
|
|
|
|
|
|
-ENTRYPOINT ["/tfb_reaper"]
|
|
|
|
|
|
+ENTRYPOINT ["/tfb_reaper"]
|