diff --git a/Dockerfile b/Dockerfile index f6c82c3..20dcd5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,12 +6,8 @@ MAINTAINER "Steffen Vogel " RUN sed -i 's|http://httpredir.debian.org|ftp://ftp.halifax.rwth-aachen.de|g' /etc/apt/sources.list RUN apt-get update -y && apt-get install -y curl git -# Add user -RUN useradd -ms /bin/bash stv0g -USER stv0g - # Install dotfiles -WORKDIR /home/stv0g +WORKDIR /root RUN curl -sSL https://raw.githubusercontent.com/stv0g/dotfiles/master/bootstrap.sh | bash CMD /bin/bash