Skip to content

Commit

Permalink
[docker] add gedit to pprz-dep image
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jul 7, 2015
1 parent beb75e9 commit 98dc383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/dep/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apt-get update && apt-get install -y \
libcanberra-gtk-module \
paparazzi-dev \
paparazzi-jsbsim \
x11-apps
x11-apps \
gedit

# Clean up APT when done.
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 comments on commit 98dc383

Please sign in to comment.