Compare commits
2 commits
f41bfbc458
...
af800b150c
Author | SHA1 | Date | |
---|---|---|---|
af800b150c | |||
715c30fc5e |
2 changed files with 2 additions and 2 deletions
3
vendor/docker-nixos/Dockerfile
vendored
3
vendor/docker-nixos/Dockerfile
vendored
|
@ -1,5 +1,4 @@
|
|||
# FROM quay.io/skiffos/ubuntu:focal as builder
|
||||
FROM archlinux:base-devel as builder
|
||||
FROM archlinux:base-devel AS builder
|
||||
|
||||
RUN pacman --noconfirm -Syu
|
||||
RUN pacman --noconfirm -S shadow wget pkg-config autoconf-archive jq boost boost \
|
||||
|
|
1
vendor/docker-nixos/build.sh
vendored
1
vendor/docker-nixos/build.sh
vendored
|
@ -8,6 +8,7 @@ if [ -z "$NIXOS_TAG" ]; then
|
|||
fi
|
||||
|
||||
docker build \
|
||||
--cpus=$(( $(nproc) / 2 )) \
|
||||
-t "git.devcomp.xyz/devcomp/nixos:$NIXOS_TAG" \
|
||||
-f Dockerfile \
|
||||
--push .
|
||||
|
|
Loading…
Add table
Reference in a new issue