Skip to content

Commit

Permalink
Add htop to the utilities installed in the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody authored Jan 19, 2022
1 parent 0562887 commit 412704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN bash -lc 'rvm --default use ruby-2.6.8'

# Update installed APT packages
RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \
apt-get install ntp wget tzdata -y && \
apt-get install ntp wget tzdata htop -y && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Enable Passenger and Nginx and remove the default site
Expand Down

0 comments on commit 412704f

Please sign in to comment.