# Install meld
RUN apt-get update && apt-get install -y meld adwaita-icon-theme-full && \
    apt-get clean && rm -rf /var/lib/apt/lists/*