Skip to content

Commit

Permalink
Install sudo in image (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Mar 3, 2020
1 parent 9f27499 commit e31d6d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vowpal_wabbit/ubuntu1404-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN apt-get update \
libboost-thread-dev \
libssl-dev \
zlib1g-dev \
# Required to run apt-get in the container
sudo \
&& export tar=bsdtar \
# Do this cleanup every time to ensure minimal layer sizes
# TODO: Turn this into a script
Expand Down
2 changes: 2 additions & 0 deletions vowpal_wabbit/ubuntu1604-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN apt-get update && \
libboost-thread-dev \
libssl-dev \
zlib1g-dev \
# Required to run apt-get in the container
sudo \
# Do this cleanup every time to ensure minimal layer sizes
# TODO: Turn this into a script
&& apt-get clean autoclean \
Expand Down

0 comments on commit e31d6d6

Please sign in to comment.