Skip to content

Commit

Permalink
added lightweight text editor/screen management to dockerfile and rem…
Browse files Browse the repository at this point in the history
…oved images which are now committed to the wiki repo.
  • Loading branch information
RMichaelSwan committed Apr 23, 2021
1 parent 1802012 commit 313f025
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/harmoni/kinetic/base/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ RUN \
APT_INSTALL="apt-get install -y --no-install-recommends" && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive $APT_INSTALL \
# TERMINAL TOOLS
nano \
vim \
tmux \
# BUILD TOOLS
build-essential \
ca-certificates \
Expand Down
4 changes: 4 additions & 0 deletions dockerfiles/harmoni/noetic/base/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ RUN \
APT_INSTALL="apt-get install -y --no-install-recommends" && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive $APT_INSTALL \
# TERMINAL TOOLS
nano \
vim \
tmux \
# BUILD TOOLS
build-essential \
ca-certificates \
Expand Down
Binary file removed images/Decision Manager Behavior Tree-Page-2.png
Binary file not shown.
Binary file removed images/Harmoni Unit UML.png
Binary file not shown.
Binary file removed images/Package Organization.png
Binary file not shown.
Binary file removed images/Pattern Behavior Tree.png
Binary file not shown.
Binary file removed images/Sample Harmoni Wireframe.png
Binary file not shown.
Binary file removed images/screen_demo.png
Binary file not shown.

0 comments on commit 313f025

Please sign in to comment.