Update Dockerfile

Sudo seems to be unused - and shouldn't be there in the first place. 

https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/user
This commit is contained in:
Kalle Møller 2016-12-23 21:17:54 +01:00 committed by Graham Booker
parent 8eda80d6c3
commit 320457792c

View File

@ -10,7 +10,6 @@ RUN \
apt-get update && \
apt-get install -y \
curl \
sudo \
wget \
xmlstarlet \
uuid-runtime \