Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
5bba0c2a
Commit
5bba0c2a
authored
Feb 07, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(build): upgrade dist builder to golang1.8rc3
parent
b3db5aae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
scripts/build/Dockerfile
+3
-3
No files found.
scripts/build/Dockerfile
View file @
5bba0c2a
...
@@ -23,10 +23,10 @@ RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - && \
...
@@ -23,10 +23,10 @@ RUN curl --silent --location https://rpm.nodesource.com/setup_6.x | bash - && \
RUN
wget https://dl.yarnpkg.com/rpm/yarn.repo
-O
/etc/yum.repos.d/yarn.repo
&&
\
RUN
wget https://dl.yarnpkg.com/rpm/yarn.repo
-O
/etc/yum.repos.d/yarn.repo
&&
\
yum install
-y
yarn
--nogpgcheck
&&
\
yum install
-y
yarn
--nogpgcheck
&&
\
wget https://storage.googleapis.com/golang/go1.
7.4
.linux-amd64.tar.gz
&&
\
wget https://storage.googleapis.com/golang/go1.
8rc3
.linux-amd64.tar.gz
&&
\
tar
-C
/usr/local
-xzf
go1.
7.4
.linux-amd64.tar.gz
tar
-C
/usr/local
-xzf
go1.
8rc3
.linux-amd64.tar.gz
ENV
GOLANG_VERSION 1.
7.4
ENV
GOLANG_VERSION 1.
8rc3
ENV
PATH /usr/local/go/bin:$PATH
ENV
PATH /usr/local/go/bin:$PATH
RUN
mkdir
-p
/go/src /go/bin
&&
chmod
-R
777 /go
RUN
mkdir
-p
/go/src /go/bin
&&
chmod
-R
777 /go
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment