Compare commits
No commits in common. "af800b150c649dde0af963f90a71f4bcd7f6faee" and "f41bfbc458fb99a7e56377eaf9da1b9c02c83e3a" have entirely different histories.
af800b150c
...
f41bfbc458
2 changed files with 2 additions and 2 deletions
3
vendor/docker-nixos/Dockerfile
vendored
3
vendor/docker-nixos/Dockerfile
vendored
|
@ -1,4 +1,5 @@
|
|||
FROM archlinux:base-devel AS builder
|
||||
# FROM quay.io/skiffos/ubuntu:focal 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,7 +8,6 @@ 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