Skip to content

Commit

Permalink
added sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
hibas123 authored Dec 20, 2016
1 parent 3882a43 commit fdb57e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Yuji ODA
# Installing Dependencies
RUN apt-get update; \
echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list; \
apt-get -y install supervisor screen python-cherrypy3 rdiff-backup git;\
apt-get -y install supervisor screen python-cherrypy3 rdiff-backup sudo git;\
apt-get -y install openssh-server uuid pwgen apt-utils

RUN less /etc/apt/sources.list
Expand Down

0 comments on commit fdb57e6

Please sign in to comment.