Adjust "Pin-Priority" of buster so Erlang's dependencies can install from Buster if they don't exist at all in Stretch
This commit is contained in:
parent
d38cebd5e7
commit
0480b1954a
|
|
@ -49,7 +49,7 @@ RUN set -eux; \
|
|||
{ \
|
||||
echo 'Package: *'; \
|
||||
echo 'Pin: release n=buster*'; \
|
||||
echo 'Pin-Priority: -10'; \
|
||||
echo 'Pin-Priority: 1'; \
|
||||
echo; \
|
||||
echo 'Package: erlang*'; \
|
||||
echo 'Pin: release n=buster*'; \
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ RUN set -eux; \
|
|||
{ \
|
||||
echo 'Package: *'; \
|
||||
echo 'Pin: release n=buster*'; \
|
||||
echo 'Pin-Priority: -10'; \
|
||||
echo 'Pin-Priority: 1'; \
|
||||
echo; \
|
||||
echo 'Package: erlang*'; \
|
||||
echo 'Pin: release n=buster*'; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue