We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf239d2 commit e914beaCopy full SHA for e914bea
1 file changed
Dockerfile
@@ -55,6 +55,8 @@ LABEL org.opencontainers.image.licenses="MIT"
55
RUN apt-get update && apt-get install -y --no-install-recommends \
56
libpq5 \
57
curl \
58
+ wget \
59
+ && apt-get upgrade -y \
60
&& rm -rf /var/lib/apt/lists/* \
61
&& apt-get clean
62
@@ -101,6 +103,8 @@ LABEL org.opencontainers.image.licenses="MIT"
101
103
102
104
105
106
107
108
109
110
0 commit comments