update go version to 1.5.3 in dockerfile and cleanup
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
6259f09e97
commit
5f89a91559
|
@ -1,19 +1,19 @@
|
||||||
FROM golang:1.4
|
FROM golang:1.5.3
|
||||||
|
|
||||||
RUN echo "deb http://ftp.us.debian.org/debian testing main contrib" >> /etc/apt/sources.list
|
RUN echo "deb http://ftp.us.debian.org/debian testing main contrib" >> /etc/apt/sources.list
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
curl \
|
|
||||||
build-essential \
|
build-essential \
|
||||||
|
curl \
|
||||||
|
iptables \
|
||||||
libaio-dev \
|
libaio-dev \
|
||||||
libcap-dev \
|
libcap-dev \
|
||||||
libprotobuf-dev \
|
libprotobuf-dev \
|
||||||
libprotobuf-c0-dev \
|
libprotobuf-c0-dev \
|
||||||
|
libseccomp2 \
|
||||||
|
libseccomp-dev \
|
||||||
protobuf-c-compiler \
|
protobuf-c-compiler \
|
||||||
protobuf-compiler \
|
protobuf-compiler \
|
||||||
python-minimal \
|
python-minimal \
|
||||||
iptables \
|
|
||||||
libseccomp2 \
|
|
||||||
libseccomp-dev \
|
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
# install criu
|
# install criu
|
||||||
|
|
Loading…
Reference in New Issue