mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
11ce30820b
See https://github.com/golang/go/issues?q=milestone%3AGo1.20.1+label%3ACherryPickApproved
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
FROM node:18-alpine3.17
|
|
|
|
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
|