TommyLau / docker-ocserv

Docker OpenConnect VPN Server
349 stars 243 forks source link

Automate grabbing latest ocserv on container build #29

Closed MarkusMcNugen closed 3 years ago

MarkusMcNugen commented 6 years ago

Use curl, grep, and awk to grab the latest ocserv version on every container build ensuring you are always running the latest version.

MarkusMcNugen commented 6 years ago

I closed the last pull request because I forgot to add awk to buildDeps in the pull like an idiot