diff options
author | getong <getong@users.noreply.github.com> | 2018-07-27 20:08:43 +0800 |
---|---|---|
committer | getong <getong@users.noreply.github.com> | 2018-07-27 20:08:43 +0800 |
commit | 9073fe570fdcaa56e669423202ca025bda315089 (patch) | |
tree | b43061555b24a1d88d6576516d1622daeb198e0e /docker/ubuntu_19/Dockerfile | |
parent | f198941043291eb2853150fb544abff59ce5a4eb (diff) | |
download | erlang-sd_notify-9073fe570fdcaa56e669423202ca025bda315089.tar.gz |
rename dir 19 to 19.3
Diffstat (limited to 'docker/ubuntu_19/Dockerfile')
-rw-r--r-- | docker/ubuntu_19/Dockerfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docker/ubuntu_19/Dockerfile b/docker/ubuntu_19/Dockerfile deleted file mode 100644 index 7942b95..0000000 --- a/docker/ubuntu_19/Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -FROM ubuntu - -RUN apt-get -y update - -RUN apt-get install -y \ - gcc \ - make \ - git \ - wget \ - build-essential \ - devscripts \ - fakeroot \ - debhelper \ - libsystemd-dev\ - rebar - - -RUN wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb -RUN dpkg -i erlang-solutions_1.0_all.deb -RUN apt-get update -y -RUN apt-get install erlang=1:19.3-1 -y -RUN apt-get install -y erlang-dev \ - erlang-eunit |