File tree Expand file tree Collapse file tree 2 files changed +2
-35
lines changed Expand file tree Collapse file tree 2 files changed +2
-35
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:utopic
1
+ FROM ubuntu:wily
2
2
MAINTAINER caktux
3
3
4
4
ENV DEBIAN_FRONTEND noninteractive
@@ -8,24 +8,14 @@ RUN apt-get update
8
8
RUN apt-get upgrade -q -y
9
9
RUN apt-get dist-upgrade -q -y
10
10
11
- # Let our containers upgrade themselves
12
- RUN apt-get install -q -y unattended-upgrades
13
-
14
11
# Install Ethereum
15
12
RUN apt-get install -q -y software-properties-common
16
13
RUN add-apt-repository ppa:ethereum/ethereum
17
14
RUN add-apt-repository ppa:ethereum/ethereum-dev
18
15
RUN apt-get update
19
16
RUN apt-get install -q -y geth
20
17
21
- # Install supervisor
22
- RUN apt-get install -q -y supervisor
23
-
24
- # Add supervisor configs
25
- ADD supervisord.conf supervisord.conf
26
-
27
18
EXPOSE 8545
28
19
EXPOSE 30303
29
20
30
- CMD ["-n" , "-c" , "/supervisord.conf" ]
31
- ENTRYPOINT ["/usr/bin/supervisord" ]
21
+ ENTRYPOINT ["/usr/bin/geth" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments