docker.io

This commit is contained in:
Jackson Delahunt 2019-02-25 23:51:09 +11:00
parent c108d0b881
commit 09854ecb86
2 changed files with 1 additions and 7 deletions

View file

@ -107,9 +107,6 @@ RUN usermod \
--groups audio,chrome,video \
$USER
# Add user configuration files
COPY .motd $HOME
# Take ownership of the desktop user's folder
RUN chown -R $USER:$USER /$USER

View file

@ -24,6 +24,7 @@ fi
apt-get update -qq && \
apt-get install -qq \
curl \
docker.io \
gosu \
keychain \
sudo \
@ -60,10 +61,6 @@ add-apt-repository --yes ppa:kubuntu-ppa/backports && \
apt-get update && \
apt-get upgrade -qq
# Install docker
sh -c "$(curl -fsSL get.docker.com)" && \
usermod -aG docker $DESKTOP_ENVIRONMENT_USER
# Install alacritty
wget -O alacritty.deb https://github.com/jwilm/alacritty/releases/download/v0.2.9/Alacritty-v0.2.9_amd64.deb && \
dpkg -i alacritty.deb && \