X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Dockerfile;h=1f0db1f9d93637a36d212b037e674d341dfe3069;hb=8ede1fc9d2d0ef91ffcc9ad53587f19cdc6d0427;hp=36e821bd7fb18bfb41052273a0a5389c0403c26b;hpb=445728b2a27762d3e501db8daf91ce48c8e58f91;p=mirror_xterm.js.git diff --git a/Dockerfile b/Dockerfile index 36e821b..1f0db1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,6 @@ FROM node:6.9 MAINTAINER Paris Kasidiaris -# Install cpio, used for building -RUN apt-get update \ - && apt-get install -y --no-install-recommends cpio \ - && rm -rf /var/lib/apt/lists/* - # Set the working directory WORKDIR /usr/src/app