Created
October 24, 2022 21:45
-
-
Save sephraim/5b88f901f4469328db2b912d7ec880d4 to your computer and use it in GitHub Desktop.
[Install wait-for-it in Docker image]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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