0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-31 19:08:59 +01:00
construct/docker/alpine/3.16/test/Dockerfile

12 lines
218 B
Docker

ARG acct
ARG repo
ARG feature
ARG cc
FROM ${acct}/${repo}:alpine-3.16-${feature}-built-${cc}-${TARGETARCH}
ENV ircd_mods_unload_check=false
WORKDIR /root
RUN true \
&& construct -debug -smoketest localhost \
&& true