From 4d9194884d55030092f100cb04c3234f326fda60 Mon Sep 17 00:00:00 2001 From: "Christopher M. Miles" Date: Fri, 16 Sep 2016 12:45:09 -0400 Subject: [PATCH] Fixed issue with deleting files from inside Code --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ea771b..e8c65f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ run curl -sL https://deb.nodesource.com/setup_4.x | bash - run apt-get update # vscode dependencies -run apt-get -y --no-install-recommends install libgtk2.0-0 libgtk-3-0 libpango-1.0-0 libcairo2 libfontconfig1 libgconf2-4 libnss3 libasound2 libxtst6 unzip libglib2.0-bin libcanberra-gtk-module libgl1-mesa-glx curl build-essential gettext libstdc++6 software-properties-common wget git xterm automake libtool autogen nodejs libnotify-bin aspell aspell-en htop git emacs mono-complete +run apt-get -y --no-install-recommends install libgtk2.0-0 libgtk-3-0 libpango-1.0-0 libcairo2 libfontconfig1 libgconf2-4 libnss3 libasound2 libxtst6 unzip libglib2.0-bin libcanberra-gtk-module libgl1-mesa-glx curl build-essential gettext libstdc++6 software-properties-common wget git xterm automake libtool autogen nodejs libnotify-bin aspell aspell-en htop git emacs mono-complete gvfs-bin # update npm run npm install npm -g diff --git a/README.md b/README.md index b3496e5..788116f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ one that will do what you want. -e DISPLAY=unix${DISPLAY} \ -p 5000:5000 \ --device /dev/snd \ - --name myproject-vscode \ + --name myproject-vscode \ --entrypoint "/bin/bash" \ cmiles74/docker-vscode