Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-11-25 20:02:02 -08:00
parent 43e3b6a0a1
commit e35bdcab22
No known key found for this signature in database
GPG Key ID: E34EC3D4E4953C4A

View File

@ -10,6 +10,7 @@ FROM debian:sid-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
dnsmasq \
iproute2 \ iproute2 \
iptables \ iptables \
libgl1-mesa-dri \ libgl1-mesa-dri \