diff options
author | Christian Breunig <christian@breunig.cc> | 2023-03-09 19:45:19 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-03-09 20:09:09 +0100 |
commit | c95619b3d8e349fad86ab9b11f13b57a3fa6204a (patch) | |
tree | 1d5ada78d64e9814cfd2973f391084438ece0ae3 /docker | |
parent | 8f4837fcf72865a0afa82af6cf8f2df3479ee451 (diff) | |
download | vyos-build-c95619b3d8e349fad86ab9b11f13b57a3fa6204a.tar.gz vyos-build-c95619b3d8e349fad86ab9b11f13b57a3fa6204a.zip |
Docker: T2199: T3873: drop dependencies for vyatta-cfg-firewall
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 69b7c20a..eb3b0383 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -197,13 +197,6 @@ RUN apt-get update && apt-get install -y \ pkg-config \ cpio -# Packages needed for vyatta-cfg-firewall -RUN apt-get update && apt-get install -y \ - autotools-dev \ - autoconf \ - automake \ - cpio - # Packages needed for Linux Kernel # gnupg2 is required by Jenkins for the TAR verification RUN apt-get update && apt-get install -y \ |