From 0bf5efb47a197cb8fca2e909a9273a4fa7bc82dc Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 5 Sep 2016 12:23:22 +0100 Subject: [PATCH] add curl package --- Dockerfile | 1 + README.md | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6358931..c5f6845 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN \ apk add --no-cache \ apache2 \ apache2-utils \ + curl \ smokeping \ ssmtp \ sudo diff --git a/README.md b/README.md index c321d92..7abe3b2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ -![https://linuxserver.io](https://www.linuxserver.io/wp-content/uploads/2015/06/linuxserver_medium.png) +[linuxserverurl]: https://linuxserver.io +[forumurl]: https://forum.linuxserver.io +[ircurl]: https://www.linuxserver.io/index.php/irc/ +[podcasturl]: https://www.linuxserver.io/index.php/category/podcast/ -The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring easy user mapping and community support. Find us for support at: -* [forum.linuxserver.io](https://forum.linuxserver.io) -* [IRC](https://www.linuxserver.io/index.php/irc/) on freenode at `#linuxserver.io` -* [Podcast](https://www.linuxserver.io/index.php/category/podcast/) covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation! +[![linuxserver.io](https://www.linuxserver.io/wp-content/uploads/2015/06/linuxserver_medium.png)][linuxserverurl] + +The [LinuxServer.io][linuxserverurl] team brings you another container release featuring easy user mapping and community support. Find us for support at: +* [forum.linuxserver.io][forumurl] +* [IRC][ircurl] on freenode at `#linuxserver.io` +* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation! # linuxserver/smokeping [![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/smokeping.svg)][hub] @@ -66,6 +71,7 @@ Wait 10 minutes. **Version** ++ **05.09.16:** Add curl package. + **28.08.16:** Add badges to README. + **25.07.16:** Rebase to alpine linux. + **23.07.16:** Fix apt script confusion.