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:
Rin Kuryloski 2022-09-18 14:08:06 +02:00
parent e69d49267e
commit 68fd82f42c
1 changed files with 1 additions and 2 deletions

View File

@ -13,5 +13,4 @@ RUN set -eux; \
libc6-dbg \
libgcc-s1-dbgsym \
libstdc++6-dbgsym \
libtinfo6-dbgsym \
zlib1g-dbgsym
libtinfo6-dbgsym