https://github.com/hunsche/tdc-2017
50K+
FROM ubuntu:16.04
MAINTAINER [email protected]
RUN apt-get update \
&& apt-get install libcurl4-gnutls-dev -y \
apache2 -y
USER root
COPY init /init
COPY entrypoint.sh /usr/local/bin/
RUN ln -s usr/local/bin/entrypoint.sh /
ENTRYPOINT ["entrypoint.sh"]
EXPOSE 80
CMD ["apachectl", "-D", "FOREGROUND"]
Content type
Image
Digest
Size
110.5 MB
Last updated
about 9 years ago
docker pull hunsche/tdc2017-server