Further slim down OCI Base Image installed packages
This commit is contained in:
parent
47500ae45d
commit
bc869593d9
|
@ -11,5 +11,4 @@ RUN set -eux; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
libc6-dbg \
|
libc6-dbg \
|
||||||
libgcc-s1-dbgsym \
|
|
||||||
libtinfo6-dbgsym
|
libtinfo6-dbgsym
|
||||||
|
|
Loading…
Reference in New Issue