The packages you install will be 64bit ones, as the container-system is 64bit.
running
dpkg --print-architecture
# returns, or should return:
amd64
confirms that.
If you need also 32bit support for some applications take a look at https://wiki.debian.org/Multiarch/HOWTO.
Sorry, but what are...