Skip to content

Commit 5f9b716

Browse files
committed
Add curl for container status checks
1 parent daf1c28 commit 5f9b716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ EXPOSE 18181
1111

1212
RUN apt-get update && \
1313
apt-get install -y \
14+
curl \
1415
git \
1516
gcc \
1617
g++ \

0 commit comments

Comments
 (0)