mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
wrong docker entries
This commit is contained in:
parent
82cc13b680
commit
4795d3ac96
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ build_server() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build_base() {
|
build_base() {
|
||||||
docker build -t gstreamertest/neko:base -f base/Dockerfile "$BASE"
|
docker build -t m1k1o/neko:base -f base/Dockerfile "$BASE"
|
||||||
}
|
}
|
||||||
|
|
||||||
build_firefox() {
|
build_firefox() {
|
||||||
|
@ -22,7 +22,7 @@ build_firefox() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build_chromium() {
|
build_chromium() {
|
||||||
docker build -t gstreamertest/neko:chromium -f chromium/Dockerfile chromium/
|
docker build -t m1k1o/neko:chromium -f chromium/Dockerfile chromium/
|
||||||
}
|
}
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM gstreamertest/neko:base
|
FROM m1k1o/neko:base
|
||||||
|
|
||||||
ARG SRC_URL="https://github.com/macchrome/linchrome/releases/download/v88.0.4324.96-r827102-portable-ungoogled-Lin64/ungoogled-chromium_88.0.4324.96_1.vaapi_linux.tar.xz"
|
ARG SRC_URL="https://github.com/macchrome/linchrome/releases/download/v88.0.4324.96-r827102-portable-ungoogled-Lin64/ungoogled-chromium_88.0.4324.96_1.vaapi_linux.tar.xz"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue