keep-one-running
run just one instance of a command and its args at a time
RUN apt-get update && \
apt-get install -y run-one
run just one instance of a command and its args at a time
RUN apt-get update && \
apt-get install -y run-one