diff --git a/Dockerfile b/Dockerfile index 01bb9d1..efda0f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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