Skip to content

Commit 4649687

Browse files
authored
Merge pull request #61 from LibrePCB/gettext
Install gettext in all Ubuntu images
2 parents ef6f54b + 2aa8551 commit 4649687

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ubuntu-20.04-qt6.6/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
1212
doxygen \
1313
file \
1414
g++-10 \
15+
gettext \
1516
git \
1617
graphviz \
1718
libc++-dev \

ubuntu-22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
1212
dbus \
1313
file \
1414
g++ \
15+
gettext \
1516
git \
1617
googletest \
1718
libc++-dev \

ubuntu-24.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
1212
dbus \
1313
file \
1414
g++ \
15+
gettext \
1516
git \
1617
googletest \
1718
libc++-dev \

0 commit comments

Comments
 (0)