Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 18, 2015
1 parent 4e1abf2 commit a2572ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apt-file/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

CMD [ "apt-file" ]
CMD [ "bash" ]
2 changes: 1 addition & 1 deletion virtualbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker cp virtualbox:/usr/src/vboxhost-4.3.28 /usr/src/
#
# then the share
# cp virtualbox:/usr/share/virtualbox /usr/share
# docker cp virtualbox:/usr/share/virtualbox /usr/share
#
# then run the script:
# ./vboxdrv setup
Expand Down
2 changes: 1 addition & 1 deletion vlc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# -v /tmp/.X11-unix:/tmp/.X11-unix \
# -e DISPLAY=unix$DISPLAY \
# --name vlc \
# jess/vlc
# jess/vlc
#
FROM debian:sid
MAINTAINER Jessica Frazelle <[email protected]>
Expand Down

0 comments on commit a2572ff

Please sign in to comment.