trap
Automatically execute commands after receiving signals by processes or the operating system. Can be used to perform cleanups for interruptions by the user or other actions. More information: <https://manned.org/trap>.
RUN apt-get update && \
apt-get install -y execline
RUN apt-get update && \
apt-get install -y execline

RUN apk add execline
RUN apt-get update && \
apt-get install -y execline