diff --git a/Dockerfile b/Dockerfile index 139b580b2967f98897f25ae9bf878719fd17bb26..ab4074e94e2b63c23d3885bd10a6795375e1a24b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ RUN rustup component add clippy # Add libraries needed to compile dunitrust RUN apt-get update && \ - apt-get install -y --no-install-recommends git pkg-config libssl-dev && \ + apt-get install -y --no-install-recommends git nano pkg-config libssl-dev && \ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*