We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff8e24 commit e9bd5cfCopy full SHA for e9bd5cf
Dockerfile
@@ -2,7 +2,7 @@ FROM tomcat:8.5
2
MAINTAINER Tung Nguyen <[email protected]>
3
4
# Debugging tools: A few ways to handle debugging tools.
5
-# Trade off is a slighltly more complex volume mount vs keeping the image size down.
+# Trade off is a slightly more complex volume mount vs keeping the image size down.
6
RUN apt-get update && \
7
apt-get install -y \
8
net-tools \
0 commit comments