|
@@ -11,19 +11,11 @@
|
|
|
# # Run the test suite:
|
|
|
# docker run --privileged docker hack/make.sh test
|
|
|
#
|
|
|
-# # Publish a release:
|
|
|
-# docker run --privileged \
|
|
|
-# -e AWS_S3_BUCKET=baz \
|
|
|
-# -e AWS_ACCESS_KEY=foo \
|
|
|
-# -e AWS_SECRET_KEY=bar \
|
|
|
-# -e GPG_PASSPHRASE=gloubiboulga \
|
|
|
-# docker hack/release.sh
|
|
|
-#
|
|
|
# Note: AppArmor used to mess with privileged mode, but this is no longer
|
|
|
# the case. Therefore, you don't have to disable it anymore.
|
|
|
#
|
|
|
|
|
|
-FROM aarch64/ubuntu:trusty
|
|
|
+FROM aarch64/debian:jessie
|
|
|
|
|
|
# Packaged dependencies
|
|
|
RUN apt-get update && apt-get install -y \
|
|
@@ -47,13 +39,13 @@ RUN apt-get update && apt-get install -y \
|
|
|
libsqlite3-dev \
|
|
|
libsystemd-journal-dev \
|
|
|
mercurial \
|
|
|
+ net-tools \
|
|
|
parallel \
|
|
|
pkg-config \
|
|
|
python-dev \
|
|
|
python-mock \
|
|
|
python-pip \
|
|
|
python-websocket \
|
|
|
- s3cmd=1.1.0* \
|
|
|
--no-install-recommends
|
|
|
|
|
|
# Install armhf loader to use armv6 binaries on armv8
|