Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
B
build
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rude
build
Commits
f6418559
Commit
f6418559
authored
May 02, 2016
by
Jørn Åne de Jong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to "realtime" branch, add libpcap as dependency.
parent
b08becb6
Pipeline
#538
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+2
-0
rude
rude
+1
-1
No files found.
Dockerfile
View file @
f6418559
...
...
@@ -4,9 +4,11 @@ RUN yum -y install tar make ruby-devel rubygems gcc rpm-build autoconf
RUN
gem
install
fpm
ADD
rude /usr/src/rude
WORKDIR
/usr/src/rude
RUN
yum
-y
install
libpcap-devel
RUN
autoheader autoconf/configure.in
RUN
autoconf autoconf/configure.in
>
configure
RUN
chmod
755 configure
RUN
./configure
--enable-wall
--with-debug-lvl
=
3
RUN
make
||
{
cd
crude
;
gcc
-O2
-Wall
-I
../include
-lm
-DHAVE_CONFIG_H
-o
crude main.o ../rude/mcast.o
-lpcap
;
}
RUN
make rpm deb
CMD
tar c rude/rude{,.8} rude/rude*.{rpm,deb} crude/crude{,.8} crude/crude*.{rpm,deb}
rude
@
5b7a2e34
Subproject commit
81bb34b9bdd446c7b5fbc96bd94240542059344d
Subproject commit
5b7a2e342ae7c5d5dafeed95cd0f03126a492edb
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