add curl package

This commit is contained in:
sparklyballs 2016-09-05 12:23:22 +01:00
parent abdd536a74
commit 0bf5efb47a
2 changed files with 12 additions and 5 deletions

View File

@ -6,6 +6,7 @@ RUN \
apk add --no-cache \
apache2 \
apache2-utils \
curl \
smokeping \
ssmtp \
sudo

View File

@ -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.