commit 32fdccc5575d3dc3f9bdf9c8396ffc2df5b45f1d
parent 1e4e6f3a7f1f44280c6714ab78f95d2ca04804b3
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Thu, 23 Jun 2016 17:58:26 +0200
Update Dockerfile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
apt-transport-https \
ca-certificates \
make \
- build-essentials
+ build-essential
RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
RUN echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" >> /etc/apt/sources.list.d/docker.list