1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-16 01:08:31 -04:00
elinks/docker/win64/Dockerfile
2022-04-24 09:53:42 +02:00

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