Skip to content

Commit

Permalink
Merge pull request #445 from aledbf/remove-fake-cert
Browse files Browse the repository at this point in the history
Remove snakeoil certificate generation
  • Loading branch information
aledbf authored Mar 15, 2017
2 parents ac43d76 + 350c5f2 commit 4f04537
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions controllers/nginx/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ FROM gcr.io/google_containers/nginx-slim:0.14

RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
diffutils \
ssl-cert \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& make-ssl-cert generate-default-snakeoil --force-overwrite
&& rm -rf /var/lib/apt/lists/*

COPY . /

Expand Down

0 comments on commit 4f04537

Please sign in to comment.