Remove lsb-release, we use /etc/os-release for os info (#16)

This commit is contained in:
Will O'Beirne 2020-10-22 17:35:57 -05:00 committed by GitHub
parent e4a2e1dbb6
commit 29266595cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@ RUN pacman --noconfirm -Syu \
sudo \
python3 \
openssh \
lsb-release \
ca-certificates
# Add coder user.

View File

@ -18,7 +18,6 @@ RUN yum update -y && yum install -y \
vim \
sudo \
python3 \
redhat-lsb-core \
ca-certificates
# Add a user `coder` so that you're not developing as the `root` user

View File

@ -13,7 +13,6 @@ RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y \
sudo \
python3 \
python3-pip \
lsb-release \
ca-certificates \
locales