1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-07 07:56:33 +00:00

Update Dockerfile

This commit is contained in:
alljoynsville 2015-12-29 13:36:23 +02:00
parent e2bbd303aa
commit d564265ae5

View File

@ -2,7 +2,7 @@ FROM ubuntu:trusty
RUN apt-get update &&\
apt-get install -y git-core subversion build-essential gcc-multilib \
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python &&\
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python libssl-dev &&\
apt-get clean &&\
useradd -m openwrt &&\
echo 'openwrt ALL=NOPASSWD: ALL' > /etc/sudoers.d/openwrt