summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-02-18 14:51:42 -0700
committermo khan <mo.khan@gmail.com>2020-02-18 14:51:42 -0700
commit0c1499a71aed88967314ccc1b611081030cd5e8f (patch)
tree049635956c6b32b4979b6981ea22103801946615 /Dockerfile
parente76b9fdd5db391a38c030a8572537379151201e2 (diff)
Reduce the # of tool versions to install
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index bc4e46f..f16702b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,10 +18,11 @@ ENV TERM="xterm"
ENV HOME=/root
WORKDIR $HOME
COPY config/* /root/
-COPY config/NuGet /root/.config/NuGet
-COPY config/gradle /root/.gradle
+#COPY config/NuGet /root/.config/NuGet
+#COPY config/gradle /root/.gradle
RUN mv /root/01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc && \
mv /root/02nocache /etc/apt/apt.conf.d/02nocache && \
+ mkdir -p /root/.deb/cache /root/.deb/archives && \
apt-get update -q && apt-get install -y --no-install-recommends \
apt-transport-https \
apt-utils \