Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
alshabib
2016-06-02 22:04:33 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b851646cc6980a31384c533596cc610270cba10
8b851646
1 parent
a44bb1c4
fixing docker build to debian jessie
Change-Id: I7a0523692eeafd7b1dacca4c3abc96484ce4562c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/build/docker/Dockerfile
tools/build/docker/Dockerfile
View file @
8b85164
1
-
FROM
debian
1
+
FROM
debian
:jessie
2
MAINTAINER
Ali Al-Shabibi <ali@onlab.us>
2
MAINTAINER
Ali Al-Shabibi <ali@onlab.us>
3
3
4
# Add Java 8 repository
4
# Add Java 8 repository
...
...
Please
register
or
login
to post a comment