diff --git a/Dockerfile b/Dockerfile index 041d538..dccb20b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:resolute AS developer RUN apt-get update -y && apt-get install -y --no-install-recommends \ npm \ + zip \ && apt-get dist-clean