ascn image: need debian non-free for faac

parent 744ce417
ARG CI_REGISTRY_IMAGE
FROM $CI_REGISTRY_IMAGE/varnish-ingress/klarlack:master
# faac is non-free
RUN echo "deb http://deb.debian.org/debian bookworm non-free" | tee -a /etc/apt/sources.list
RUN apt-get update && \
apt-get upgrade -y
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment