We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0754d4f commit 38c40e0Copy full SHA for 38c40e0
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 python3 -m pip install --no-cache-dir repiet
54
55
# Setup Matlab
56
# ?????? This is a licensed language???
@@ -107,6 +107,6 @@ RUN apt-get update \
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 python3 -m pip install --no-cache-dir wheel matplotlib numpy coconut scons
111
112
RUN sudo sh -c 'npm install -g typescript'
0 commit comments