Browse Source

Install curl.

master
Chris Smith 8 years ago
parent
commit
3f458e3dd0
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Dockerfile

+ 3
- 1
Dockerfile View File

@@ -2,7 +2,9 @@ FROM ubuntu:xenial
2 2
 MAINTAINER Chris Smith <chris87@gmail.com> 
3 3
 
4 4
 RUN apt-get update \
5
- && apt-get install -y inotify-tools
5
+ && apt-get install -y \
6
+      curl \
7
+      inotify-tools
6 8
 
7 9
 COPY letsencrypt.sh run.sh config.sh /
8 10
 RUN chmod +x /run.sh /letsencrypt.sh

Loading…
Cancel
Save