File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM docker.io/tiredofit/debian:bullseye as builder
1
+ FROM docker.io/tiredofit/debian:bookworm as builder
2
2
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
3
3
LABEL org.opencontainers.image.source="https://github.com/tiredofit/docker-collabora-online"
4
4
@@ -33,11 +33,10 @@ COPY build-assets /build-assets
33
33
34
34
RUN source /assets/functions/00-container && \
35
35
set -x && \
36
- package update && \
37
- apt-get -o Dpkg::Options::="--force-confold" upgrade -y && \
38
36
echo "deb-src http://deb.debian.org/debian $(cat /etc/os-release |grep " VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') main" >> /etc/apt/sources.list && \
39
37
echo "deb http://deb.debian.org/debian $(cat /etc/os-release |grep " VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') contrib" >> /etc/apt/sources.list && \
40
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
38
+ package update && \
39
+ apt-get -o Dpkg::Options::="--force-confold" upgrade -y && \
41
40
\
42
41
# ## Setup Distribution
43
42
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && \
@@ -77,6 +76,7 @@ RUN source /assets/functions/00-container && \
77
76
m4 \
78
77
nasm \
79
78
nodejs \
79
+ npm \
80
80
openssl \
81
81
pkg-config \
82
82
procps \
@@ -180,7 +180,7 @@ RUN source /assets/functions/00-container && \
180
180
/usr/src/* \
181
181
/var/log/*
182
182
183
- FROM docker.io/tiredofit/debian:bullseye
183
+ FROM docker.io/tiredofit/debian:bookworm
184
184
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
185
185
LABEL org.opencontainers.image.source="https://github.com/tiredofit/docker-collabora-online"
186
186
You can’t perform that action at this time.
0 commit comments