Skip to content

Instantly share code, notes, and snippets.

@alevz257
Created August 28, 2019 04:17
Show Gist options
  • Save alevz257/eda4d35c39643402b2aab450cf7cc1c4 to your computer and use it in GitHub Desktop.
Save alevz257/eda4d35c39643402b2aab450cf7cc1c4 to your computer and use it in GitHub Desktop.
FROM php:apache
RUN apt-get update \
&& apt-get install -y curl wget unzip
RUN wget https://us-west-2-tcprod.s3.amazonaws.com/courses/ILT-TF-100-ARCHIT/v6.4.1/lab-2-webapp/scripts/inventory-app.zip
RUN unzip inventory-app.zip -d /var/www/html/
RUN wget https://github.com/aws/aws-sdk-php/releases/download/3.62.3/aws.zip
RUN unzip aws -d /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment