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
af92f3a0
Commit
af92f3a0
authored
Nov 29, 2017
by
Jørn Åne de Jong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Speed up building, a lot
parent
9ade55ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+2
-2
README.md
README.md
+1
-1
No files found.
Dockerfile
View file @
af92f3a0
FROM
debian:jessie
RUN
apt-get update
&&
apt-get
-y
upgrade
RUN
apt-get
install
-y
curl build-essential debhelper dh-autoreconf dh-systemd autotools-dev libssl-dev nettle-dev docbook2x
WORKDIR
/root/
COPY
patches patches
COPY
build.sh build.sh
RUN
apt-get update
&&
apt-get
-y
upgrade
RUN
apt-get
install
-y
curl build-essential debhelper dh-autoreconf dh-systemd autotools-dev libssl-dev nettle-dev docbook2x
RUN
./build.sh
CMD
tar c *.deb
README.md
View file @
af92f3a0
...
...
@@ -7,6 +7,6 @@ This docker will generate a .deb package for Radsecproxy.
Edit
**build.sh**
and set the desired version number for Radsecproxy.
```
docker build -
-no-cache -
t radsecproxy-debbuild .
docker build -t radsecproxy-debbuild .
docker run -i radsecproxy-debbuild | tar x
```
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