Commit f20af5c7 authored by nimrod's avatar nimrod
Browse files

workbench: Remove the Systemd OSC prompt.

This does not work inside a toolbx container and interferes with my
custom prompt.
parent fa447eac
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -177,6 +177,7 @@ RUN apt-get update && \
        zip \
    && \
    rm /etc/ssh/ssh_host_* && \
    rm /etc/profile.d/80-systemd-osc-context.sh && \
    ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose && \
    rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
# hadolint ignore=DL3013