Fix devscripts install
This commit is contained in:
parent
c490ec42ef
commit
e61bb14403
1 changed files with 1 additions and 1 deletions
|
@ -10,9 +10,9 @@ RUN apt-get update && \
|
|||
apt-get -qqy install \
|
||||
curl \
|
||||
libcurl4 \
|
||||
devscripts \
|
||||
sudo && \
|
||||
apt-get clean && \
|
||||
apt-get devscripts && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Setup User to match Host User, and give superuser permissions
|
||||
|
|
Loading…
Reference in a new issue