]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - tools/docker/Dockerfile
docker: Install wget in docker environment
[ipfire-2.x.git] / tools / docker / Dockerfile
index 02ec146c85c3fbc62c5ace106e257ec7f9ef521c..23a6f88e17cddaf25773cb118259b3e6b45ed8d9 100644 (file)
@@ -13,7 +13,8 @@ RUN apt-get install -y \
        flex \
        gawk \
        git \
-       libz-dev
+       libz-dev \
+       wget
 
 # Enable colors in git
 RUN git config --global color.ui auto