mirror of
https://github.com/kerberos-io/onvif.git
synced 2025-09-26 20:01:17 +08:00
8 lines
212 B
Docker
8 lines
212 B
Docker
FROM mcr.microsoft.com/devcontainers/go:1.24-bookworm
|
|
|
|
# Install node environment
|
|
RUN apt-get update && \
|
|
apt-get install -y --no-install-recommends \
|
|
nodejs \
|
|
npm \
|
|
&& rm -rf /var/lib/apt/lists/* |