golangxarm/Dockerfile

6 lines
120 B
Docker
Raw Permalink Normal View History

2024-01-02 23:22:47 +00:00
FROM golang:1.21.5
RUN apt-get update \
&& apt-get install -y gcc-aarch64-linux-gnu \
&& rm -rf /var/lib/apt/lists/*