summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5836d8d..a374518 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,7 +34,8 @@ RUN set -xe \
&& ./configure \
&& make -j 4 \
&& make install \
- && find /usr/local -name examples | xargs rm -rf
+ && find /usr/local -name examples | xargs rm -rf \
+ && rm -rf /usr/src/otp-src
CMD ["erl"]