Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

Commit

Permalink
Install the sudo package on Debian based operating systems (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeShortCloud authored and Chris Houseknecht committed Aug 9, 2017
1 parent d942d73 commit 55b845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/docker/templates/conductor-dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN yum -y update-minimal --disablerepo "*" \
yum clean all
{% elif distro in ["debian", "ubuntu"] %}
RUN apt-get update -y && \
apt-get install -y make gcc python2.7 git python-dev curl rsync libffi-dev libssl-dev dpkg-dev python-apt libpopt0 && \
apt-get install -y make dpkg-dev curl gcc git libffi-dev libpopt0 libssl-dev python2.7 python-apt python-dev rsync sudo && \
cd /usr/bin && \
rm -f lsb_release && \
ln -fs python2.7 python && \
Expand Down

0 comments on commit 55b845f

Please sign in to comment.