mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
10 lines
265 B
Docker
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
|
|
|