4 lines
130 B
Docker
4 lines
130 B
Docker
ARG GO_VERSION=1.20
|
|
FROM mcr.microsoft.com/devcontainers/go:0-$GO_VERSION-bullseye
|
|
RUN apt-get update && apt-get install -y cmake
|