Skip to content

Commit a914c61

Browse files
committed
Fix error compiling Gemfiles
1 parent 40a70fe commit a914c61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update -qq && \
1414
libreoffice libsqlite3-dev libssl-dev libxml++2.6-dev \
1515
libxslt1-dev libyaml-dev locales nginx nodejs openjdk-21-jre openjdk-21-jdk-headless \
1616
python3.13-dev python3-setuptools python3-pip python3.13-venv \
17+
clang llvm-dev libclang-dev rustc cargo \
1718
poppler-utils postgresql-client shared-mime-info sqlite3 links telnet vim-tiny zip && \
1819
apt-get clean && \
1920
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)