Skip to content

Commit 681d1d6

Browse files
committed
Fix Build
1 parent 786c00e commit 681d1d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN mix release
7171
FROM ${RUNNER_IMAGE}
7272

7373
RUN apt-get update -y && \
74-
apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates curl \
74+
apt-get install -y libstdc++6 openssl libncurses6 locales ca-certificates curl \
7575
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
7676

7777
# Set the locale

0 commit comments

Comments
 (0)