diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-06-07 19:42:54 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-06-07 19:42:54 -0600 |
commit | e948af915c5d648e2c4e200cdf39057be20788b0 (patch) | |
tree | 10287399126d9b0d61ccd0bd305d9004cbb43298 | |
parent | 7dc9c08999830082c76b4cf5d03dcf51e5a71e69 (diff) |
Add netcat for forwarding to clipper
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \ python3-pip \ ctags \ shellcheck \ + netcat \ locales # Generally a good idea to have these, extensions sometimes need them |