Skip to content

Commit 0149fc6

Browse files
committed
bcpl: Remove downloaded tgz to reduce Docker image size
1 parent b0080bd commit 0149fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impls/bcpl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get -y install gcc mesa-common-dev libglu1-mesa-dev freeglut3-dev
2525

2626
RUN cd /usr/local && \
2727
curl -o bcpl.tgz https://www.cl.cam.ac.uk/~mr10/BCPL/bcpl.tgz && \
28-
tar zxf bcpl.tgz && chmod -R a+rX BCPL
28+
tar zxf bcpl.tgz && chmod -R a+rX BCPL && rm bcpl.tgz
2929

3030
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:\
3131
/usr/local/BCPL/cintcode/bin

0 commit comments

Comments
 (0)