add service readiness

This commit is contained in:
aptalca
2022-09-29 11:37:34 -04:00
parent 76b18b2e80
commit 9a3c62fd32
5 changed files with 14 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ RUN \
libatomic1 \
nano \
net-tools \
netcat \
sudo && \
echo "**** install code-server ****" && \
if [ -z ${CODE_RELEASE+x} ]; then \