Skip to content

Commit 57ab147

Browse files
committed
update Dockerfile, remove supervisord and unattended-upgrades
1 parent 3b4ffac commit 57ab147

File tree

2 files changed

+2
-35
lines changed

2 files changed

+2
-35
lines changed

docker/Dockerfile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:utopic
1+
FROM ubuntu:wily
22
MAINTAINER caktux
33

44
ENV DEBIAN_FRONTEND noninteractive
@@ -8,24 +8,14 @@ RUN apt-get update
88
RUN apt-get upgrade -q -y
99
RUN apt-get dist-upgrade -q -y
1010

11-
# Let our containers upgrade themselves
12-
RUN apt-get install -q -y unattended-upgrades
13-
1411
# Install Ethereum
1512
RUN apt-get install -q -y software-properties-common
1613
RUN add-apt-repository ppa:ethereum/ethereum
1714
RUN add-apt-repository ppa:ethereum/ethereum-dev
1815
RUN apt-get update
1916
RUN apt-get install -q -y geth
2017

21-
# Install supervisor
22-
RUN apt-get install -q -y supervisor
23-
24-
# Add supervisor configs
25-
ADD supervisord.conf supervisord.conf
26-
2718
EXPOSE 8545
2819
EXPOSE 30303
2920

30-
CMD ["-n", "-c", "/supervisord.conf"]
31-
ENTRYPOINT ["/usr/bin/supervisord"]
21+
ENTRYPOINT ["/usr/bin/geth"]

docker/supervisord.conf

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)