diff --git a/pdp-10/its/Dockerfile b/pdp-10/its/Dockerfile index a158723..a580a41 100644 --- a/pdp-10/its/Dockerfile +++ b/pdp-10/its/Dockerfile @@ -12,6 +12,7 @@ RUN buildDeps=' \ git \ libc6-dev \ make \ + libncurses5-dev \ ' \ && set -x \ && apt-get update && apt-get install -y $buildDeps --no-install-recommends \