if
Performs conditional processing in shell scripts. See also: test, [. More information: <https://www.gnu.org/software/bash/manual/bash.html#Conditional-Constructs>.
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