CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
htr-tech

CoCalc is a real-time collaborative commercial alternative to JupyterHub and Overleaf that provides Jupyter Notebooks, LaTeX documents, and SageMath.

GitHub Repository: htr-tech/zphisher
Path: blob/master/Dockerfile
Views: 3095
FROM alpine:latest
LABEL MAINTAINER="https://github.com/htr-tech/zphisher"
WORKDIR /zphisher/
ADD . /zphisher
RUN apk add --no-cache bash ncurses curl unzip wget php 
CMD "./zphisher.sh"