We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a019dd commit ec8139bCopy full SHA for ec8139b
scripts/docker/1.7.1/crossbuild/Dockerfile
@@ -0,0 +1,18 @@
1
+FROM multiarch/crossbuild:latest
2
+MAINTAINER Grigory Pomadchin <[email protected]>
3
+
4
+RUN set -ex && \
5
+ echo 'deb http://deb.debian.org/debian jessie-backports main' \
6
+ > /etc/apt/sources.list.d/jessie-backports.list && \
7
8
+ apt update -y && \
9
+ apt install -t \
10
+ jessie-backports \
11
+ openjdk-8-jdk \
12
+ ca-certificates-java -y
13
14
+ENV JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-amd64
15
16
+RUN echo 'deb http://ftp.us.debian.org/debian/ unstable main contrib non-free' > /etc/apt/sources.list.d/debian-unstable.list
17
18
+RUN apt-get update && apt-get -y install pdal bash
0 commit comments