Merge branch 'master' of github.com:jessfraz/dockerfiles

* 'master' of github.com:jessfraz/dockerfiles:
  Updated powershell to 6.0.0-alpha.17
  Updated atom to 1.15.0 (#246)
  Replaced deprecated MAINTAINER with LABEL (#242)
  Wireshark: Add CAP_NET_RAW and CAP_NET_ADMIN to /usr/bin/dumpcap (#244)
This commit is contained in:
Jess Frazelle
2017-03-20 16:00:49 -07:00
134 changed files with 137 additions and 134 deletions

View File

@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
gcc \