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

7 lines
243 B
Plaintext

ARG BUILDBOX_VERSION
FROM public.ecr.aws/gravitational/teleport-buildbox-fips:$BUILDBOX_VERSION
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