diff --git a/venv/Dockerfile b/venv/Dockerfile
index 4ce5e591619039d09e3d5ed464f47a2b7c5e9cb3..c910ae95ec1d1de811b045212b2731765b72982d 100644
--- a/venv/Dockerfile
+++ b/venv/Dockerfile
@@ -1,5 +1,5 @@
 FROM jupyter/base-notebook:hub-2.1.1
 USER root
 ENV DEBIAN_FRONTEND noninteractive
-RUN apt update && apt install -y curl
+RUN apt-get update && apt-get install --no-install-recommends -y curl wget
 USER jovyan