We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786c00e commit 681d1d6Copy full SHA for 681d1d6
1 file changed
Dockerfile
@@ -71,7 +71,7 @@ RUN mix release
71
FROM ${RUNNER_IMAGE}
72
73
RUN apt-get update -y && \
74
- apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates curl \
+ apt-get install -y libstdc++6 openssl libncurses6 locales ca-certificates curl \
75
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
76
77
# Set the locale
0 commit comments