Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
static-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jimi.ji
7 years ago
Commit
3f5a9720eb469ef4bab017154c89f28ffa075d5c
1 parent
bebd9153
add docker
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
Dockerfile
Dockerfile
View file @
3f5a972
...
...
@@ -17,7 +17,8 @@ RUN mkdir -p "$NODE_HOME"
RUN set -x \
&& yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel -y \
&& yum install git-core
&& yum install git-core -y
&& yum clean all
COPY id_rsa ~/.ssh/
COPY id_rsa.pub ~/.ssh/
...
...
Please
register
or
login
to post a comment