Use Debian as base image

Can I use debian:stretch-slim insteadof Alpine for build a custom addons?
this starting Dockerfile will works?

ARG BUILD_FROM=debian:stretch-slim
FROM ${BUILD_FROM}

Thanks lot
Sandro