File: Dockerfile-mingw

package info (click to toggle)
rust-curl 0.4.44-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 704 kB
  • sloc: sh: 16; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
FROM ubuntu:16.04

RUN apt-get update
RUN apt-get install -y --no-install-recommends \
  gcc ca-certificates make libc6-dev \
  gcc-mingw-w64-x86-64 libz-mingw-w64-dev