docker: switch back to ubuntu for better driver supports and deadsnakes ppa

This commit is contained in:
Koushik Dutta
2023-05-27 17:49:12 -07:00
parent c72ea24794
commit 29e080f6b6
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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