2022-09-27 02:02:34 -05:00

6 lines
174 B
Docker

FROM nimlang/nim
RUN apt-get update -qq && \
DEBIAN_FRONTEND="noninteractive" apt-get install -yq cmake curl make && \
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*