Skip to content

Instantly share code, notes, and snippets.

@muxueqz
Last active September 16, 2021 08:38
Show Gist options
  • Save muxueqz/e50dbb8c423fa5ddc4d16b72f627e1c3 to your computer and use it in GitHub Desktop.
Save muxueqz/e50dbb8c423fa5ddc4d16b72f627e1c3 to your computer and use it in GitHub Desktop.
FROM nimlang/nim
RUN : \
&& apt-get update -y --quiet \
&& apt-get install -y curl python3-pycurl wget python3-wget python3-pip \
&& apt-get clean -y --quiet
RUN nimble -y refresh ; nimble -y install nimpy
RUN rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/nimblecache/* /var/log/journal/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment