Skip to content

Commit 686bcd9

Browse files
Update Dockerfile
1 parent 136ae08 commit 686bcd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:16.04
44
RUN apt-get update && apt-get upgrade -y
55

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

99
# Create the non-root ubuntu user
1010
RUN adduser --disabled-password --gecos "" ubuntu

0 commit comments

Comments
 (0)