mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
FROM node:alpine3.14
|
|
|
|
RUN apk update && apk add --no-cache bash bash-doc bash-completion libtool autoconf automake nasm pkgconfig libpng gcc make g++ zlib-dev gawk
|
|
|
|
RUN mkdir -p /app
|
|
WORKDIR /app
|