mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
a186434b50
Multi-line query can be entered via `shift-enter` in the query input field
7 lines
215 B
Text
7 lines
215 B
Text
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
|