Skip to content

Commit

Permalink
Revert "add link of libraries needed for arm bocker build"
Browse files Browse the repository at this point in the history
we will use the ubuntu image with sym links created beforehand.
In our main pipeline concourse/resoure-types-builder is built for
that.

This reverts commit 09bdeda.
  • Loading branch information
Rui Yang committed Oct 27, 2022
1 parent 09bdeda commit 07859af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dockerfiles/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ RUN set -e; for pkg in $(go list ./...); do \
done

FROM ${base_image} AS resource

RUN ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split
RUN ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb
RUN ln -s /bin/rm /usr/sbin/rm
RUN ln -s /bin/tar /usr/sbin/tar

ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y -o Dpkg::Options::="--force-confdef"
RUN apt update \
Expand Down

0 comments on commit 07859af

Please sign in to comment.