We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739f4d3 commit 35448dbCopy full SHA for 35448db
Dockerfile
@@ -50,7 +50,7 @@ RUN git clone https://github.com/justinmeza/lci.git ~/lolcode && cd ~/lolcode &&
50
ENV PATH=$PATH:~/lolcode/build
51
52
# Setup Piet
53
-RUN pip install repiet
+RUN pip install --no-cache-dir repiet
54
55
# Setup Matlab
56
# ?????? This is a licensed language???
@@ -107,6 +107,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
107
&& apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket
108
109
110
-RUN pip install wheel matplotlib numpy coconut scons
+RUN pip install --no-cache-dir wheel matplotlib numpy coconut scons
111
112
RUN sudo sh -c 'npm install -g typescript'
0 commit comments