Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-ocserv
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docker-ocserv
Commits
54d69c44
Commit
54d69c44
authored
May 07, 2016
by
Tommy Lau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to fix the compile error for latest version
parent
c4f09400
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+4
-2
No files found.
Dockerfile
View file @
54d69c44
FROM
debian:jessie
FROM
debian:jessie
# Install runtime packages
# Install runtime packages
RUN
apt-get update
&&
apt-get
install
-y
gnutls-bin iptables lib
nl-route-3-200
libseccomp2 libwrap0 openssl
--no-install-recommends
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
apt-get update
&&
apt-get
install
-y
gnutls-bin iptables lib
ev4 libnl-route-3-200 libprotobuf-c1
libseccomp2 libwrap0 openssl
--no-install-recommends
&&
rm
-rf
/var/lib/apt/lists/
*
# NOT FOUND?
# NOT FOUND?
# libfreeradius-client-dev liblz4-dev libsystemd-daemon-dev
# libfreeradius-client-dev liblz4-dev libsystemd-daemon-dev
# Use included:
# Use included:
# libhttp-parser-dev libpcl1-dev lib
protobuf-c0-dev lib
talloc-dev
# libhttp-parser-dev libpcl1-dev libtalloc-dev
RUN
buildDeps
=
"
\
RUN
buildDeps
=
"
\
autoconf
\
autoconf
\
...
@@ -15,9 +15,11 @@ RUN buildDeps=" \
...
@@ -15,9 +15,11 @@ RUN buildDeps=" \
curl
\
curl
\
gcc
\
gcc
\
gperf
\
gperf
\
libev-dev
\
libgnutls28-dev
\
libgnutls28-dev
\
libnl-route-3-dev
\
libnl-route-3-dev
\
libpam0g-dev
\
libpam0g-dev
\
libprotobuf-c-dev
\
libreadline-dev
\
libreadline-dev
\
libseccomp-dev
\
libseccomp-dev
\
libwrap0-dev
\
libwrap0-dev
\
...
...
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