mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-27 12:00:33 +00:00
6 lines
174 B
Docker
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/*
|