Skip to content

Commit

Permalink
Merge pull request #7 from Yelp/u/jvperrin/remove-lucid
Browse files Browse the repository at this point in the history
Remove some old lucid packaging stuff
  • Loading branch information
bobtfish authored Jun 6, 2019
2 parents 9d79cf9 + f334ecf commit 275b76c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
37 changes: 0 additions & 37 deletions Dockerfile.lucid

This file was deleted.

3 changes: 0 additions & 3 deletions nginx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class Nginx < FPM::Cookery::Recipe

rel = `cat /etc/lsb-release | grep DISTRIB_CODENAME | cut -d= -f2`.chomp
case rel
when 'lucid'
build_depends 'libssl-dev'
depends 'libssl0.9.8'
when 'trusty', 'xenial'
build_depends 'libssl-dev'
depends 'libssl1.0.0'
Expand Down

0 comments on commit 275b76c

Please sign in to comment.