diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-18 14:51:42 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-18 14:51:42 -0700 |
| commit | 0c1499a71aed88967314ccc1b611081030cd5e8f (patch) | |
| tree | 049635956c6b32b4979b6981ea22103801946615 /Dockerfile | |
| parent | e76b9fdd5db391a38c030a8572537379151201e2 (diff) | |
Reduce the # of tool versions to install
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 \ |
