Remove zlib1g-dbgsym from OCI Base Image
Due to image build error: ``` The following information may help to resolve the situation: The following packages have unmet dependencies: zlib1g-dbgsym : Depends: zlib1g (= 1:1.2.11.dfsg-2ubuntu1.4) but 1:1.2.11.dfsg-2ubuntu1.3 is to be installed E: Unable to correct problems, you have held broken packages. ```
This commit is contained in:
parent
e69d49267e
commit
68fd82f42c
|
|
@ -13,5 +13,4 @@ RUN set -eux; \
|
|||
libc6-dbg \
|
||||
libgcc-s1-dbgsym \
|
||||
libstdc++6-dbgsym \
|
||||
libtinfo6-dbgsym \
|
||||
zlib1g-dbgsym
|
||||
libtinfo6-dbgsym
|
||||
|
|
|
|||
Loading…
Reference in New Issue