[elbe-devel] [PATCH] docker: remove duplicated install entries
Manuel Traut
manuel.traut at linutronix.de
Thu Apr 26 15:03:35 CEST 2018
On Wed, Apr 18, 2018 at 03:07:38PM +0200, Manuel Traut wrote:
> a lot of packages are mentioned multiple times to be installed.
> remove them to ease maintainance
>
> Signed-off-by: Manuel Traut <manut at linutronix.de>
merged into devel/elbe-3.0
> ---
> contrib/dockerfile/Dockerfile | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/contrib/dockerfile/Dockerfile b/contrib/dockerfile/Dockerfile
> index 7a1310f5..05ddd1e6 100644
> --- a/contrib/dockerfile/Dockerfile
> +++ b/contrib/dockerfile/Dockerfile
> @@ -25,13 +25,11 @@ RUN export DEBIAN_FRONTEND noninteractive ;\
> make \
> openssh-server \
> p7zip-full \
> - python python-lxml \
> - python-apt \
> + python \
> python-apt \
> python-debian \
> python-lxml \
> python-mako \
> - python-mako \
> python-parted \
> python-suds \
> python-libvirt \
> @@ -39,10 +37,8 @@ RUN export DEBIAN_FRONTEND noninteractive ;\
> qemu-keymaps \
> qemu-kvm \
> qemu-system \
> - qemu-system \
> qemu-user-static \
> qemu-utils \
> - qemu-utils \
> sudo \
> supervisor \
> tmux \
> --
> 2.17.0
>
More information about the elbe-devel
mailing list