mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-25 06:17:36 +01:00
a186434b50
Multi-line query can be entered via `shift-enter` in the query input field
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
FROM node:18-alpine3.15
|
|
|
|
RUN apk update && apk upgrade
|
|
RUN 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
|