1
0
Fork 0
elinks/docker/win64/Dockerfile

10 lines
265 B
Docker

#
# [ win64 ] elinks docker development environment
#
FROM debian:latest
RUN apt-get update; apt-get -y install rsync vim screen git make automake gcc-mingw-w64-x86-64 bash g++-mingw-w64-x86-64 libssl-dev
RUN cd /root; git clone https://github.com/rkd77/elinks