Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,10 @@ RUN apt-get update -qqy \
build-essential \
less nano tree \
jq \
python python-pip \
rsync \
gpg-agent \
&& rm -rf /var/lib/apt/lists/*

# Make sure pip up to date
RUN pip install --upgrade pip setuptools

#==========
# Maven
#==========
Expand Down Expand Up @@ -93,7 +89,7 @@ RUN apt-get update -qqy \
&& rm -rf /var/lib/apt/lists/*

#========================================
# Add normal user with passwordless sudo
# Add user for jenkins
#========================================
RUN useradd jenkins --shell /bin/bash --create-home

Expand Down