From dd58345cd71d90d691c502df7c5f515178d9b63c Mon Sep 17 00:00:00 2001 From: nicolass67 <34300716+nicolass67@users.noreply.github.com> Date: Thu, 26 Jul 2018 20:37:59 +0200 Subject: [PATCH] Fix missing gnupg program Issue #181 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 117328b..bb3a9dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM php:7.0-apache +RUN apt-get update && apt-get install -my gnupg RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list