view contrib/docker/debian.template @ 36914:d255744de97a

xdiff: backport int64_t and uint64_t types to Windows Sadly, MSVC 2008 lacks stdint.h. These are the only two definitions needed right now.
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 09 Mar 2018 21:31:57 -0500
parents 1baa077214ae
children
line wrap: on
line source

FROM debian:__CODENAME__
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  devscripts \
  dh-python \
  less \
  python \
  python-all-dev \
  python-docutils \
  unzip \
  zip