teleport/build.assets/Dockerfile-arm-fips
2021-02-11 11:14:27 -04:00

7 lines
218 B
Plaintext

ARG RUNTIME
FROM quay.io/gravitational/teleport-buildbox-fips:$RUNTIME
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