dockerfile update
This commit is contained in:
parent
5710020393
commit
4254b4942d
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ RUN mix release
|
||||||
FROM ${RUNNER_IMAGE}
|
FROM ${RUNNER_IMAGE}
|
||||||
|
|
||||||
# Install security updates and required packages
|
# Install security updates and required packages
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue