Skip to content

Commit

Permalink
add odbc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jan 14, 2025
1 parent 01ffd68 commit 3270cac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
git build-essential gcc g++ sqlite3 libsqlite3-dev wget libgomp1 ffmpeg \
python3 python3-pip python3-dev curl postgresql-client libnss3 libnspr4 \
libatk1.0-0 libatk-bridge2.0-0 libcups2 libatspi2.0-0 libxcomposite1 nodejs \
libportaudio2 libasound-dev libreoffice unoconv poppler-utils chromium chromium-sandbox && \
libportaudio2 libasound-dev libreoffice unoconv poppler-utils chromium chromium-sandbox \
unixodbc unixodbc-dev && \
apt-get install -y gcc-10 g++-10 && \
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10 && \
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10 && \
Expand Down

0 comments on commit 3270cac

Please sign in to comment.