This commit is contained in:
2021-02-10 14:49:14 +01:00
parent f616346ac6
commit b91ea42a41
2 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
FROM debian:buster-slim FROM debian:buster-slim
RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy RUN apt-get update && \
RUN dpkg --add-architecture armhf && \
apt-get update && \
apt-get install -y \ apt-get install -y \
multiarch-support \ multiarch-support \
dpkg-dev \ dpkg-dev \

View File

@@ -21,7 +21,7 @@ spec:
spec: spec:
containers: containers:
- name: distcc - name: distcc
image: docker-registry.lan/distcc:armhf image: docker-registry.lan/distcc:aarch64
imagePullPolicy: Always imagePullPolicy: Always
#env: #env:
#- name: OPTIONS #- name: OPTIONS