teleport/build.assets/Dockerfile-arm
2022-08-16 21:07:07 +00:00

9 lines
249 B
Plaintext

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