diff options
Diffstat (limited to 'Dockerfile')
-rwxr-xr-x | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,7 +48,8 @@ RUN apt-get update -q \ vim \ nano \ patch \ - curl + curl \ + telnet # Copy assets COPY RELEASE / |