2 Commits

Author SHA1 Message Date
03853bdb7a Synchro Nuonet 2022-03-17 09:33:41 +01:00
af0d0ee256 Utilisation de go 1.17 2021-10-15 16:09:23 +02:00

View File

@ -1,11 +1,11 @@
FROM golang:1.15 AS build
FROM golang:1.17 AS build
ARG HTTP_PROXY=
ARG HTTPS_PROXY=
ARG http_proxy=
ARG https_proxy=
RUN apt-get update && apt-get install -y build-essential git bash curl
RUN apt-get update && apt-get install -y build-essential git bash curl python2
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y nodejs