Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radsecproxy-uninett
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eduroam
radsecproxy-uninett
Commits
871884ae
Commit
871884ae
authored
Sep 22, 2016
by
Kolbjørn Barmen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Snart rett :p
parent
c82b1ef5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Dockerfile
Dockerfile
+1
-3
build.sh
build.sh
+1
-1
No files found.
Dockerfile
View file @
871884ae
...
...
@@ -3,8 +3,6 @@ WORKDIR /root/
COPY
patches patches
COPY
build.sh build.sh
RUN
apt-get update
&&
apt-get
-y
upgrade
RUN
apt-get
install
-y
--no-install-recommends
\
curl debhelper dh-autoreconf dh-systemd
\
autotools-dev libssl-dev nettle-dev docbook2x
RUN
apt-get
install
-y
curl debhelper dh-autoreconf dh-systemd autotools-dev libssl-dev nettle-dev docbook2x
RUN
./build.sh
CMD
tar c *.deb
build.sh
View file @
871884ae
...
...
@@ -22,7 +22,7 @@ EOF
apt-get update
curl
--silent
-o
"
${
package
}
"
_
"
${
version
}
"
~
"
${
revision
}
"
.orig.tar.gz
"https://software.nordu.net/
${
package
}
/
${
package
}
-
${
version
}
.tar.gz"
tar
xzf
"
${
package
}
"
_
"
${
version
}
"
.orig.tar.gz
tar
xzf
"
${
package
}
"
_
"
${
version
}
"
~
"
${
revision
}
"
.orig.tar.gz
apt-get
source
${
package
}
tar
xf
"
${
package
}
"
_
*
.debian.tar.xz
-C
"
${
package
}
"
-
"
${
version
}
/"
...
...
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