diff --git a/ubuntu-18.04/Dockerfile b/ubuntu-18.04/Dockerfile index 771dbd6..bac30b9 100644 --- a/ubuntu-18.04/Dockerfile +++ b/ubuntu-18.04/Dockerfile @@ -28,6 +28,7 @@ RUN apt-get update && \ libsqlite3-dev \ libxml2-dev \ libxmlsec1-dev \ + lsb-release \ sudo \ tk-dev \ vim \ diff --git a/ubuntu-20.04/Dockerfile b/ubuntu-20.04/Dockerfile index 2207a4e..2c5e6ef 100644 --- a/ubuntu-20.04/Dockerfile +++ b/ubuntu-20.04/Dockerfile @@ -31,6 +31,7 @@ RUN apt-get update && \ libssl-dev \ libxml2-dev \ libxmlsec1-dev \ + lsb-release \ sudo \ tk-dev \ vim \ diff --git a/ubuntu-22.04/Dockerfile b/ubuntu-22.04/Dockerfile index a9dee75..800c20b 100644 --- a/ubuntu-22.04/Dockerfile +++ b/ubuntu-22.04/Dockerfile @@ -31,6 +31,7 @@ RUN apt-get update && \ libssl-dev \ libxml2-dev \ libxmlsec1-dev \ + lsb-release \ sudo \ tk-dev \ vim \