We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0080bd commit 0149fc6Copy full SHA for 0149fc6
impls/bcpl/Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get -y install gcc mesa-common-dev libglu1-mesa-dev freeglut3-dev
25
26
RUN cd /usr/local && \
27
curl -o bcpl.tgz https://www.cl.cam.ac.uk/~mr10/BCPL/bcpl.tgz && \
28
- tar zxf bcpl.tgz && chmod -R a+rX BCPL
+ tar zxf bcpl.tgz && chmod -R a+rX BCPL && rm bcpl.tgz
29
30
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:\
31
/usr/local/BCPL/cintcode/bin
0 commit comments