Skip to content

Commit

Permalink
Ubuntu 17.10 is deprecated - going to 17.10
Browse files Browse the repository at this point in the history
Thanks @leferrad reminding me on this issue
  • Loading branch information
Simon Egli committed May 7, 2018
1 parent 263fa99 commit dc853f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:17.04
FROM ubuntu:17.10

MAINTAINER Simon Egli <docker_android_studio_860dd6@egli.online>

Expand All @@ -18,9 +18,9 @@ RUN useradd -u 1000 -g 1000 --create-home -r $USER
RUN adduser $USER libvirt
RUN adduser $USER kvm
#Change password
RUN echo "$USER:$USER" | chpasswd
RUN echo "$USER:$USER" | chpasswd
#Make sudo passwordless
RUN echo "${USER} ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/90-$USER
RUN echo "${USER} ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/90-$USER
RUN usermod -aG sudo $USER
RUN usermod -aG plugdev $USER

Expand Down

0 comments on commit dc853f2

Please sign in to comment.