Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created June 12, 2022 16:00
Show Gist options
  • Save esenthil2018/87be7d5dfb1c7d07607f209587b5c25c to your computer and use it in GitHub Desktop.
Save esenthil2018/87be7d5dfb1c7d07607f209587b5c25c to your computer and use it in GitHub Desktop.
# php libraries
RUN apt-get update && apt-get install -y \
php7.0 libapache2-mod-php7.0 mcrypt php7.0-mcrypt php-mbstring php-pear php7.0-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment