Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Move build env to bionic
Browse files Browse the repository at this point in the history
1. update global dapper base image
3. set XZ_DEFAULTS to use multithreading
  • Loading branch information
niusmallnan committed May 17, 2019
1 parent 943ecaa commit d7e39c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:16.04
# FROM arm64=aarch64/ubuntu:16.04
FROM ubuntu:bionic
# FROM arm64=arm64v8/ubuntu:bionic

# get the apt-cacher proxy set
ARG APTPROXY=
Expand Down Expand Up @@ -94,7 +94,8 @@ ARG PROXMOXVE_SERVICE=false

# Set up environment and export all ARGS as ENV
ENV ARCH=${ARCH} \
HOST_ARCH=${HOST_ARCH}
HOST_ARCH=${HOST_ARCH} \
XZ_DEFAULTS="-T0"

ENV BUILD_DOCKER_URL=BUILD_DOCKER_URL_${ARCH} \
BUILD_DOCKER_URL_amd64=${BUILD_DOCKER_URL_amd64} \
Expand Down

0 comments on commit d7e39c2

Please sign in to comment.