diff --git a/apps/distcc/Dockerfile b/apps/distcc/Dockerfile index e1a9bb7..86ce0f1 100644 --- a/apps/distcc/Dockerfile +++ b/apps/distcc/Dockerfile @@ -1,8 +1,6 @@ FROM debian:buster-slim -RUN echo 'Acquire::http::proxy "http://172.23.255.1:3142";' >/etc/apt/apt.conf.d/proxy -RUN dpkg --add-architecture armhf && \ - apt-get update && \ +RUN apt-get update && \ apt-get install -y \ multiarch-support \ dpkg-dev \ diff --git a/apps/distcc/distcc-deployment.yaml b/apps/distcc/distcc-deployment.yaml index ae19d0f..be002ff 100644 --- a/apps/distcc/distcc-deployment.yaml +++ b/apps/distcc/distcc-deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: distcc - image: docker-registry.lan/distcc:armhf + image: docker-registry.lan/distcc:aarch64 imagePullPolicy: Always #env: #- name: OPTIONS