This commit is contained in:
@@ -23,11 +23,6 @@ local build(dir, package) = {
|
||||
}]
|
||||
};
|
||||
|
||||
/* [
|
||||
#build('_CI-CD',pkg) for pkg in packages;
|
||||
build('_CI-CD','debian-stable'),
|
||||
] */
|
||||
|
||||
std.flattenArrays([ [
|
||||
build('_CI-CD', pkg)
|
||||
for pkg in packages
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM cr.lan/debian-stable
|
||||
FROM cr.wks/debian-stable
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
dnsutils procps nmap bash iputils-ping bash \
|
||||
|
||||
Reference in New Issue
Block a user