Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WeaselScience authored Jun 5, 2017
1 parent 136ae08 commit 686bcd9
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 @@ FROM ubuntu:16.04
RUN apt-get update && apt-get upgrade -y

# Install most basic of things
RUN apt-get install -y build-essential git curl wget python2.7 sudo nano whiptail
RUN apt-get install -y build-essential git curl wget python2.7 python sudo nano whiptail

# Create the non-root ubuntu user
RUN adduser --disabled-password --gecos "" ubuntu
Expand Down

0 comments on commit 686bcd9

Please sign in to comment.