'update files with ansible'
This commit is contained in:
parent
2f0925dbe2
commit
b291133b55
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user