Skip to content

Commit

Permalink
Add lsb-release to the Ubuntu buildboxes by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 24, 2024
1 parent e39755a commit 1136b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildboxes/ubuntu/Dockerfile.v20.04
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN apt-get -y update && \
libncurses5-dev \
libreadline-dev \
locales \
lsb-release \
pkg-config \
python3 \
python3-dev \
Expand Down
1 change: 1 addition & 0 deletions buildboxes/ubuntu/Dockerfile.v22.04
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN apt-get -y update && \
libncurses5-dev \
libreadline-dev \
locales \
lsb-release \
pkg-config \
python3 \
python3-dev \
Expand Down
1 change: 1 addition & 0 deletions buildboxes/ubuntu/_dockerfile.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN apt-get -y update && \
libncurses5-dev \
libreadline-dev \
locales \
lsb-release \
pkg-config \
python3 \
python3-dev \
Expand Down

0 comments on commit 1136b87

Please sign in to comment.