Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Security-Services-Code-Checking
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ComputerSecurity
Security-Services-Code-Checking
Commits
63223801
There was a problem fetching the pipeline summary.
Unverified
Commit
63223801
authored
8 years ago
by
Vincent Brillault
Browse files
Options
Downloads
Patches
Plain Diff
Install packages in /opt
parent
bd25f3af
Branches
master
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-7
3 additions, 7 deletions
Dockerfile
with
3 additions
and
7 deletions
Dockerfile
+
3
−
7
View file @
63223801
...
...
@@ -11,11 +11,6 @@
FROM
centos:latest
MAINTAINER
"CERN IT-DI-CSO <computer.security@cern.ch>"
#
# Helpful variables
#
ENV
basedir /opt
#
# Install with YUM:
# - Epel Repo
...
...
@@ -57,6 +52,7 @@ RUN yum -y install epel-release && \
#
RUN
pip
install
--upgrade
pip
&&
pip
install
cpplint
WORKDIR
/opt
#
# Install FindBugs
...
...
@@ -92,14 +88,14 @@ RUN wget https://github.com/pmd/pmd/releases/download/pmd_releases%2F5.5.1/pmd-b
#
# Install RATS
#
WORKDIR
$basedir
RUN
wget http://fossies.org/linux/privat/rats-2.4.tgz
&&
\
tar
-xzf
rats-2.4.tgz
&&
\
rm
-f
rats-2.4.tgz
&&
\
cd
rats-2.4
&&
\
./configure
&&
\
make
&&
\
make
install
make
install
&&
\
cd
..
#
# Finish
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment