Skip to content

Commit

Permalink
Fixed issue with deleting files from inside Code
Browse files Browse the repository at this point in the history
  • Loading branch information
cmiles74 committed Sep 16, 2016
1 parent 58e35e2 commit 4d91948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4d91948

Please sign in to comment.