Compare commits
1 commit
664e056643
...
020b149fed
| Author | SHA1 | Date | |
|---|---|---|---|
| 020b149fed |
1 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ RUN mix release
|
|||
FROM ${RUNNER_IMAGE}
|
||||
|
||||
RUN apt-get update -y && \
|
||||
apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates \
|
||||
apt-get install -y libstdc++6 openssl libncurses6 locales ca-certificates \
|
||||
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
|
||||
|
||||
# Set the locale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue