Remove gcloud_logger from Dockerfile

It's not needed now that Kubernetes integrates with GCE's Stackdriver
pull/99/head
Thomas Buckley-Houston 2018-07-10 10:43:48 +08:00
rodzic 74fd11ab7b
commit c26b632b5d
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -2,12 +2,6 @@ FROM bitnami/minideb:stretch
RUN install_packages xvfb libgtk-3-0 curl ca-certificates bzip2 libdbus-glib-1-2 procps
# Logging client for Google's Stackdriver logging service.
# NB Not used by default. Only used by the Browsh as a Service platform on the
# anonymous accounts.
RUN curl -L -o /usr/local/bin/gcloud_logger https://github.com/tombh/gcloud_pipe_logger/releases/download/v0.0.5/gcloud_pipe_logger_0.0.5_linux_amd64
RUN chmod a+x /usr/local/bin/gcloud_logger
RUN curl -o /etc/hosts https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts
RUN useradd -m user --home /app