Skip to content

Commit

Permalink
Обновление go 1.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kislenko Maksim committed Jul 25, 2019
1 parent 4c18021 commit aaf28c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paperio/dockers/golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM stor.highloadcup.ru/aicups/paperio_base
FROM stest.tech-mail.ru/aicups/paperio_base
MAINTAINER Boris Kolganov <[email protected]>

RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl build-essential ca-certificates git mercurial bzr
RUN mkdir /goroot && curl https://dl.google.com/go/go1.12.7.src.tar.gz | tar xvzf - -C /goroot --strip-components=1
RUN mkdir /goroot && curl https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz | tar xvzf - -C /goroot --strip-components=1
RUN mkdir /gopath

ENV GOROOT /goroot
ENV GOPATH /gopath
ENV PATH $PATH:$GOROOT/bin:$GOPATH/bin
ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH

RUN go install -buildmode=shared std

Expand Down

0 comments on commit aaf28c6

Please sign in to comment.