mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
change from debian stretch to latest (bullseye atm)
as fails to build with stretch, as has been archived
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Use LTS Node.js slim image
|
# Use LTS Node.js slim image
|
||||||
FROM node:14.17-slim
|
FROM node:slim
|
||||||
|
|
||||||
# Video support dependency
|
# Video support dependency
|
||||||
RUN apt-get update && apt-get install -y ffmpeg wget
|
RUN apt-get update && apt-get install -y ffmpeg wget
|
||||||
|
|||||||
Reference in New Issue
Block a user