Skip to content

Commit

Permalink
Add lsb-release to all the ubuntu images
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Oct 18, 2023
1 parent 335eb7d commit 6cab275
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu-18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update && \
libsqlite3-dev \
libxml2-dev \
libxmlsec1-dev \
lsb-release \
sudo \
tk-dev \
vim \
Expand Down
1 change: 1 addition & 0 deletions ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update && \
libssl-dev \
libxml2-dev \
libxmlsec1-dev \
lsb-release \
sudo \
tk-dev \
vim \
Expand Down
1 change: 1 addition & 0 deletions ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update && \
libssl-dev \
libxml2-dev \
libxmlsec1-dev \
lsb-release \
sudo \
tk-dev \
vim \
Expand Down

0 comments on commit 6cab275

Please sign in to comment.