teleport/build.assets/Dockerfile-arm

9 lines
249 B
Plaintext
Raw Normal View History

ARG BUILDBOX_VERSION
FROM public.ecr.aws/gravitational/teleport-buildbox:$BUILDBOX_VERSION
USER root
RUN apt-get -y update && \
apt-get -y install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu && \
apt-get -y autoclean && apt-get -y clean