Skip to content

Commit 6e5b8ca

Browse files
Clean up build
1 parent 1bfdc91 commit 6e5b8ca

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ RUN echo $(openssl version)
3333
# See : https://github.com/phusion/baseimage-docker/issues/58
3434
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
3535

36-
#RUN echo "deb http://packages.erlang-solutions.com/ubuntu bionic contrib" >> /etc/apt/sources.list && \
37-
#apt-key adv --fetch-keys http://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \
38-
#apt-get -qq update && apt-get install -y \
39-
#esl-erlang=1:23.0 \
40-
#git \
41-
#unzip \
42-
#build-essential \
43-
#wget && \
44-
#apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
45-
4636
RUN apt-get -qq update && apt-get install -y \
4737
git \
4838
unzip \

0 commit comments

Comments
 (0)