Logo
Explore Help
Register Sign In
always-cautious/ortools-clone
1
0
Fork 0
You've already forked ortools-clone
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
62aaac00a47786bb2bad27af4e64cd45c742b2fd
ortools-clone/tools/docker/test/debian-9/java.Dockerfile

14 lines
370 B
Docker
Raw Normal View History

Rework Docker - Add ubuntu-18.04 - add pkg-config to ubuntu(s) - Rework Docker Makefile - Add test job to verify archive - Add cc.Dockerfile - Add java.Dockerfile - Add dotnet.Dockerfile - Build ortools in docker_<lang> - Build archive and fz_archive in two separate containers - Add dependencies to makefiles when building docker image - Suppress previous archive if any - Improve docker build by using export/archive when building language images - Reduce build context using export/$* instead of . note: when running `docker build ... foo`, all files in `foo` are recursively send to the docker daemon before building. Since we have tons of Go of images it could take time to "upload".
2018-06-04 17:17:49 +02:00
FROM debian:9
LABEL maintainer="corentinl@google.com"
RUN apt-get update \
&& apt-get install -y -q which build-essential zlib1g-dev default-jdk \
&& apt clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
#ENV TZ=America/Los_Angeles
#RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
WORKDIR /root
ADD or-tools_debian-9_v*.tar.gz .
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 391ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API