mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 09:10:38 +01:00
docker: switch back to ubuntu for better driver supports and deadsnakes ppa
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# install script.
|
||||
################################################################
|
||||
ARG BASE="bullseye"
|
||||
FROM debian:${BASE} as header
|
||||
FROM ubuntu:${BASE} as header
|
||||
|
||||
RUN apt-get update && apt-get -y install curl wget
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ARG BASE="bullseye"
|
||||
FROM debian:${BASE} as header
|
||||
FROM ubuntu:${BASE} as header
|
||||
|
||||
RUN apt-get update && apt-get -y install curl wget
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ARG BASE="bullseye"
|
||||
FROM debian:${BASE} as header
|
||||
FROM ubuntu:${BASE} as header
|
||||
|
||||
RUN apt-get update && apt-get -y install curl wget
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
set -x
|
||||
|
||||
NODE_VERSION=18
|
||||
IMAGE_BASE=bookworm
|
||||
IMAGE_BASE=lunar
|
||||
FLAVOR=full
|
||||
BASE=$NODE_VERSION-$IMAGE_BASE-$FLAVOR
|
||||
echo $BASE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# install script.
|
||||
################################################################
|
||||
ARG BASE="bullseye"
|
||||
FROM debian:${BASE} as header
|
||||
FROM ubuntu:${BASE} as header
|
||||
|
||||
RUN apt-get update && apt-get -y install curl wget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user