Skip to content

Commit

Permalink
Update Dockerfile use freexian lts
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko authored Jul 24, 2023
1 parent f840bf3 commit 6ef1401
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Configure odbc
FROM php:5.6-fpm
RUN wget https://deb.freexian.com/extended-lts/pool/main/f/freexian-archive-keyring/freexian-archive-keyring_2022.06.08_all.deb \
&& sha256sum freexian-archive-keyring_2022.06.08_all.deb \
&& sudo dpkg -i freexian-archive-keyring_2022.06.08_all.deb \
&& echo "deb http://deb.freexian.com/extended-lts stretch main contrib non-free" > /etc/apt/sources.list.d/extended-lts.list

RUN apt-get update && apt-get install -y unixodbc-dev && rm -rf /var/lib/apt/lists/*
RUN docker-php-source extract \
&& set -x \
Expand Down

0 comments on commit 6ef1401

Please sign in to comment.