Skip to content

Commit ec8139b

Browse files
committed
Experimental crossbuild image [skip ci]
1 parent 8a019dd commit ec8139b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)