mirror of
https://github.com/matrix-construct/construct
synced 2024-12-13 17:13:02 +01:00
13 lines
204 B
Text
13 lines
204 B
Text
|
ARG acct
|
||
|
ARG repo
|
||
|
ARG feature
|
||
|
ARG cc
|
||
|
|
||
|
FROM ${acct}/${repo}:alpine-3.16-${feature}-built-${cc}
|
||
|
|
||
|
ENV ircd_mods_unload_check=false
|
||
|
WORKDIR /root
|
||
|
RUN true \
|
||
|
&& construct -debug -smoketest localhost \
|
||
|
&& true
|