mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
Update Docker image to 14-bullseye
Debian Buster is so old that dependencies are starting to no longer support it.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
FROM node:14
|
||||
FROM node:14-bullseye
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
iputils-ping \
|
||||
iproute2 \
|
||||
unixodbc \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /home/dbgate-docker
|
||||
|
||||
Reference in New Issue
Block a user