Skip to content
Snippets Groups Projects
Commit 014e7d3a authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

8.2 -> 8.3

parent 11b05e09
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,10 @@ RUN tar zxf yaz-5.31.1.tar.gz && \
CORECOUNT=$(cat /proc/cpuinfo|egrep '^processor'|wc -l) nice make -j$(( $CORECOUNT + 1 )) && \
make install
# Install PHP 8.2
# Install PHP
RUN mkdir -pv /usr/local/etc/php /var/www/sharedtmp /var/www/privatedata
RUN tar Jxf php-8.2.*.tar.xz && \
cd php-8.2.*/ && \
RUN tar Jxf php-8.3.*.tar.xz && \
cd php-8.3.*/ && \
PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig \
./configure \
--build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu \
......
IMAGE = wheks-php82:fcgid
IMAGE = wheks-php83:fcgid
build-and-push:
docker build -t $(IMAGE) .
......@@ -8,4 +8,4 @@ docker run -it --rm --name wheks \
-e WHEKS_EMAIL=hicks.367@osu.edu \
-e WHEKS_ENTITYID=https://blah.osu.edu/shibboleth \
-v php-html:/var/www/html:rw \
wheks-php82:fcgid $@
wheks-php83:fcgid $@
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment