2411: Add copyright notices to everything.
[arvados.git] / tools / arvbox / lib / arvbox / docker / Dockerfile.base
index 62d7f01b96b118d68bfe2b0e5e5e4043c9ed809e..b21e49e3539a3f8af1cbfe4a0d8ff0709c96f1fc 100644 (file)
@@ -1,9 +1,12 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 FROM debian:8
 
 ENV DEBIAN_FRONTEND noninteractive
 
-RUN apt-get clean && \
-    apt-get update && \
+RUN apt-get update && \
     apt-get -yq --no-install-recommends -o Acquire::Retries=6 install \
     postgresql-9.4 git build-essential runit curl libpq-dev \
     libcurl4-openssl-dev libssl-dev zlib1g-dev libpcre3-dev \
@@ -14,10 +17,11 @@ RUN apt-get clean && \
     libwww-perl libio-socket-ssl-perl libcrypt-ssleay-perl \
     libjson-perl nginx gitolite3 lsof libreadline-dev \
     apt-transport-https ca-certificates slurm-wlm \
-    linkchecker python3-virtualenv python-virtualenv xvfb iceweasel && \
+    linkchecker python3-virtualenv python-virtualenv xvfb iceweasel \
+    libgnutls28-dev python3-dev && \
     apt-get clean
 
-ENV GOVERSION 1.7.5
+ENV GOVERSION 1.8.3
 
 # Install golang binary
 RUN curl -f http://storage.googleapis.com/golang/go${GOVERSION}.linux-amd64.tar.gz | \