4 строки
169 B
Docker
4 строки
169 B
Docker
FROM golang:1.16.7
|
|
|
|
RUN apt-get update && apt-get install -y make git apt-transport-https ca-certificates curl software-properties-common build-essential zip xmlsec1 jq
|