mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-29 13:05:56 +10:00
docker.io
This commit is contained in:
parent
c108d0b881
commit
09854ecb86
2 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue