From e04f95d60616005fd7d62dce2b273958e5675157 Mon Sep 17 00:00:00 2001 From: Pedro Rodriguez Date: Thu, 22 Apr 2021 11:59:59 +0200 Subject: [PATCH] Fix image (#34) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e20243..7521ecf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /opt # Download latest version of the code and install dependencies RUN apt-get update && apt-get install -y curl -RUN curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && sudo apt-get install -y nodejs +RUN curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - && sudo apt-get install -y --force-yes nodejs COPY . /opt/ackuaria