From b291133b55dcd65dfc35235f88258e5749e29675 Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 15 Apr 2021 12:43:08 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c39ff3..36ab8ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Base on latest (edge) alpine image FROM node:current-alpine as builder -RUN apk add -U git build-base python3 && \ +RUN apk add -U git build-base python3 curl && \ curl -L https://github.com/butlerx/wetty/archive/refs/tags/v2.0.3.tar.gz -o /tmp/wetty.tar.gz && \ tar zxvf /tmp/wetty.tar.zxvf -C /tmp WORKDIR /usr/src/app