Created
December 7, 2021 04:40
-
-
Save crackcomm/1e4fc9019fcf58cc21ee3c23b3e406aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:20.04 | |
ENV DEBIAN_FRONTEND=noninteractive | |
RUN apt-get -y update | |
RUN apt-get -y upgrade | |
RUN apt-get -y autoremove | |
RUN apt-get -y install aptitude | |
RUN apt-get -y install nginx php7.4-fpm | |
RUN apt-get -y install php7.4-opcache php7.4-fpm php7.4 php7.4-common php7.4-gd php7.4-mysql php7.4-imap php7.4-cli php7.4-cgi php-pear mcrypt imagemagick libruby php7.4-curl php7.4-intl php7.4-pspell php7.4-sqlite3 php7.4-tidy php7.4-xmlrpc php7.4-xsl memcached php-memcache php-imagick php7.4-zip php7.4-mbstring | |
RUN phpenmod mcrypt | |
RUN phpenmod mbstring | |
RUN aptitude -y install libgmp3-dev | |
RUN aptitude -y install libmysqlclient-dev | |
RUN aptitude -y install libcurl4-gnutls-dev | |
RUN aptitude -y install libkrb5-dev | |
RUN aptitude -y install libldap2-dev | |
RUN aptitude -y install libidn11-dev | |
RUN aptitude -y install gnutls-dev | |
RUN aptitude -y install librtmp-dev | |
RUN aptitude -y install sendmail | |
RUN aptitude -y install mutt | |
RUN aptitude -y install git screen | |
RUN aptitude -y install pwgen -y | |
RUN aptitude -y install software-properties-common build-essential | |
RUN aptitude -y install libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils git cmake libboost-all-dev zlib1g-dev libz-dev libseccomp-dev libcap-dev libminiupnpc-dev | |
RUN aptitude -y install libzmq5 | |
RUN aptitude -y install libcanberra-gtk-module libqrencode-dev libzmq3-dev | |
RUN aptitude -y install libqt5gui5 libqt5core5a libqt5webkit5-dev libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler | |
RUN apt-get install -qy libnghttp2-dev libssh-dev libpsl-dev libbrotli-dev | |
#RUN add-apt-repository -y ppa:bitcoin/bitcoin | |
#RUN apt-get -y update | |
#RUN apt-get install -y libdb4.8-dev libdb4.8++-dev libdb5.3 libdb5.3++ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment