Skip to content

Commit

Permalink
Added correct bitnami php path, still missing required libraries for php
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Nov 27, 2024
1 parent 6326494 commit fe24e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moodle-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN set -x \
&& mv ./kubectl /usr/local/bin/kubectl \
&& wget -qO /usr/share/keyrings/postgres.asc https://www.postgresql.org/media/keys/ACCC4CF8.asc \
&& echo "deb [signed-by=/usr/share/keyrings/postgres.asc] https://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list \
&& wget https://downloads.bitnami.com/files/stacks/php/8.1.30-0/bitnami-php-8.1.30-0-linux-x64.tar.gz \
&& tar -xzf bitnami-php-8.1.30-0-linux-x64.tar.gz -C /opt \
&& wget -O /tmp/bitnami-php-8.1.30.tar.gz https://downloads.bitnami.com/files/stacksmith/php-8.1.30-8-linux-amd64-debian-12.tar.gz \
&& tar -xzf /tmp/bitnami-php-8.1.30.tar.gz -C /tmp \
&& apt-get -y update \
&& apt-get -y install \
python3-boto3 \
Expand Down

0 comments on commit fe24e38

Please sign in to comment.