mirror of
https://github.com/henrydcase/nobs.git
synced 2024-11-26 17:11:22 +00:00
7 lines
153 B
Docker
7 lines
153 B
Docker
FROM multiarch/debian-debootstrap:arm64-buster-slim
|
|
|
|
RUN apt-get update -qq
|
|
USER root
|
|
RUN apt-get install -y make golang
|
|
RUN rm -rf /var/lib/apt/lists/*
|