Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
Docker PMF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Lipperts WEB
Docker PMF
Commits
17588fab
Commit
17588fab
authored
Oct 04, 2016
by
Oliver Lippert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to php-malware-finder-0.3.2
parent
573eddab
Pipeline
#1846
failed with stage
in 9 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
17588fab
...
...
@@ -20,10 +20,10 @@ RUN apt-get install -y libssl-dev
# Download archives
RUN
wget https://github.com/plusvic/yara/archive/v3.4.0.zip
RUN
wget https://github.com/nbs-system/php-malware-finder/archive/0.3.
1
.zip
RUN
wget https://github.com/nbs-system/php-malware-finder/archive/0.3.
2
.zip
RUN
unzip v3.4.0.zip
RUN
unzip 0.3.
1
.zip
RUN
unzip 0.3.
2
.zip
# INSTALL yara
WORKDIR
/yara-3.4.0
...
...
@@ -33,7 +33,7 @@ RUN make
RUN
make
install
# INSTALL pmf
WORKDIR
/php-malware-finder-0.3.
1
WORKDIR
/php-malware-finder-0.3.
2
RUN
make tests
RUN
cp
-R
php-malware-finder /etc/phpmalwarefinder
WORKDIR
/etc/phpmalwarefinder
...
...
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