Skip to content

Commit

Permalink
Remove gcloud_logger from Dockerfile
Browse files Browse the repository at this point in the history
It's not needed now that Kubernetes integrates with GCE's Stackdriver
  • Loading branch information
tombh committed Jul 10, 2018
1 parent 74fd11a commit c26b632
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c26b632

Please sign in to comment.