Skip to content

Instantly share code, notes, and snippets.

@sephraim
Created October 24, 2022 21:45
Show Gist options
  • Save sephraim/5b88f901f4469328db2b912d7ec880d4 to your computer and use it in GitHub Desktop.
Save sephraim/5b88f901f4469328db2b912d7ec880d4 to your computer and use it in GitHub Desktop.
[Install wait-for-it in Docker image]
RUN apt-get update -qq && \
apt-get install -y --no-install-recommends wait-for-it && \
rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment