Install lsb_release from the command line when lsb_release fails in docker environment

When lsb_release fails in docker environment

# lsb_release -sc
bash: lsb_release: command not found

Install lsb_release from the command line as follows

apt-get update -y;apt-get install -y lsb-release;

Recommended Posts

Install lsb_release from the command line when lsb_release fails in docker environment
What to do if build from command line fails in Android development environment
Install by specifying the version of Django in the Docker environment
Install laravel/Dusk in docker environment (laravel6)
Using JUnit from the command line on Ubuntu
Just install Laravel8 on docker in PHP8 environment
When the server fails to start in Eclipse
Check when the container cannot be accessed from Host in the Laravel on docker environment using VS Code's Remote container.
How to install Docker in the local environment of an existing Rails application [Rails 6 / MySQL 8]
Points stuck when running vite + Nginx in Docker environment
When semantic-ui install fails
Dramatically speed up slow bundle install in docker environment
Notes on updating Ubuntu from the command line (16.04 → 18.04, 18.04 → 20.04 both)
A command that definitely cleans the local docker environment
SSL in the local environment of Docker / Rails / puma
Install / run a standalone robot simulator in wsl2 / docker environment!
[Docker] List of errors that occurred when building the environment
Setting the baseURL in the axios module of Docker environment Nuxt
Install docker and docker-compose on ubuntu in the shortest process
When [command not found: composer] is displayed when [composer install] is displayed in Laravel
Exit code 1 occurs when Rails is stopped in Docker environment
[Docker context] ~ How to access docker in remote environment from VScode ~
How to apply C code format from the command line
Install yarn in docker image
Install the plugin in Eclipse
Decomposing the Docker run command. .. ..
Workaround for issues where you are prompted to install the JDK when trying to build from the command line after installing Android Studio
A memo of the update command when npm install causes an error in GitHub Action etc.
What I was addicted to when updating the PHP version of the development environment (Docker) from 7.2.11 to 7.4.x
Use MailHog for checking emails in the development environment (using Docker)
How to run a Kotlin Coroutine sample from the command line
How to install the language used in Ubuntu and how to build the environment
When log data accumulates in Rails and the environment stops working
Install Rails in the development environment and create a new application
Command line that can create a directory structure for building a Laravel environment with Docker in one shot
Install CentOS Stream 8 in Hyper-V environment
Hit the Docker API in Rust
Check MySQL logs in Docker environment
Stumble point when installing Oracle Database 19c from zip in CentOS7 environment
Prevents the first letter from becoming uppercase when entering the alphabet in the TextField
How to run a GIF file from the Linux command line (Ubuntu)
Problems I was addicted to when building the digdag environment with docker
Run Redmine in the local environment of Windows10 Pro-Use Docker Desktop for Windows
Run x11 apps in a Docker container (supports network access from the container)
[Rails 5] Countermeasures for git commit failure from another branch in Docker environment
I had to lower the PHP version in Docker + Composer + Laravel environment
[Beginner] What is Docker in the first place? Easy-to-understand explanation from the basics!