version: '3' services: app: image: "epicmorg/debian:buster" build: context: . args: P4_VERSION: ${P4_VERSION} P4_DOWNLOAD_URL: ${P4_DOWNLOAD_URL} SZ_VERSION: ${SZ_VERSION} SZ_DOWNLOAD_URL: ${SZ_DOWNLOAD_URL} LZGIT_VERSION: ${LZGIT_VERSION} LZGIT_DOWNLOAD_URL: ${LZGIT_DOWNLOAD_URL} DUMB_INIT_VERSION: ${DUMB_INIT_VERSION} DUMB_INIT_DOWNLOAD_URL: ${DUMB_INIT_DOWNLOAD_URL} GOSU_VER: ${GOSU_VER} GOSU_DOWNLOAD_URL: ${GOSU_DOWNLOAD_URL}