Skip to content

Commit

Permalink
add docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Feb 6, 2019
1 parent b667bc3 commit 5f8b6f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM ubuntu:latest
RUN apt-get -qq update && \
apt-get install -qq gcc make debhelper dh-make clang git curl devscripts
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docker:
docker build -t wazuh_develop .
docker run -v `pwd`/src:/opt/wazuh -w /opt/wazuh -it wazuh_develop /bin/bash

0 comments on commit 5f8b6f0

Please sign in to comment.