* Update golang toolchain * remove comment --------- Co-authored-by: Mattermost Build <build@mattermost.com>
6 строки
317 B
Docker
6 строки
317 B
Docker
FROM golang:1.23.9-bullseye@sha256:f2ea45502b0565bd554ed2d4954ef1eb434df07ff4cdb867fabb4d2a6b1c0668
|
|
|
|
RUN apt-get update && apt-get install -y make git apt-transport-https ca-certificates curl software-properties-common build-essential zip xmlsec1 jq pgloader
|
|
|
|
RUN git config --global --add safe.directory /mattermost
|