Last active
September 16, 2021 08:38
-
-
Save muxueqz/e50dbb8c423fa5ddc4d16b72f627e1c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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