Skip to content

Commit e914bea

Browse files
committed
install wget for now while we transition health checks
1 parent bf239d2 commit e914bea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ LABEL org.opencontainers.image.licenses="MIT"
5555
RUN apt-get update && apt-get install -y --no-install-recommends \
5656
libpq5 \
5757
curl \
58+
wget \
59+
&& apt-get upgrade -y \
5860
&& rm -rf /var/lib/apt/lists/* \
5961
&& apt-get clean
6062

@@ -101,6 +103,8 @@ LABEL org.opencontainers.image.licenses="MIT"
101103
RUN apt-get update && apt-get install -y --no-install-recommends \
102104
libpq5 \
103105
curl \
106+
wget \
107+
&& apt-get upgrade -y \
104108
&& rm -rf /var/lib/apt/lists/* \
105109
&& apt-get clean
106110

0 commit comments

Comments
 (0)