Skip to content

Commit

Permalink
Remove redundat command and clean APT list
Browse files Browse the repository at this point in the history
  • Loading branch information
rshad committed Feb 10, 2020
1 parent d3e7c15 commit 06d799a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kitchen/wazuh-chef/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM ruby

RUN apt-get update && apt install docker.io git curl wget -y

RUN apt-get update
RUN apt-get update && apt install docker.io git curl wget -y && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN gem install kitchen-docker && \
gem install rbnacl && \
Expand Down

0 comments on commit 06d799a

Please sign in to comment.