We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfdc91 commit 6e5b8caCopy full SHA for 6e5b8ca
Dockerfile
@@ -33,16 +33,6 @@ RUN echo $(openssl version)
33
# See : https://github.com/phusion/baseimage-docker/issues/58
34
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
35
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
-
46
RUN apt-get -qq update && apt-get install -y \
47
git \
48
unzip \
0 commit comments