Skip to content

Commit 0de6fae

Browse files
authored
Install curl and systemd in docker image
A few issues have popped up where the provided image doesn't have the required packages for certain health checking operations (like #584 (comment)). This installs curl and systemd in the container to help alleviate these issues.
1 parent e7d28a3 commit 0de6fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM ${BASEIMAGE}
1717

1818
MAINTAINER Random Liu <[email protected]>
1919

20-
RUN clean-install util-linux libsystemd0 bash
20+
RUN clean-install util-linux libsystemd0 bash curl systemd
2121

2222
# Avoid symlink of /etc/localtime.
2323
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true

0 commit comments

Comments
 (0)