Skip to content

Commit

Permalink
Need the time command
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed May 7, 2024
1 parent b8bb43d commit c3dad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencog/atomspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM opencog/opencog-deps:latest
RUN apt-get -y update; apt-get -y upgrade

# Basic tools that allow this image to be minimally usable.
RUN apt-get -y install telnet netcat-openbsd tmux byobu
RUN apt-get -y install telnet netcat-openbsd tmux byobu time

# Some extra stuff, for visualization
RUN apt-get -y install apache2 php
Expand Down

0 comments on commit c3dad85

Please sign in to comment.