Skip to content

Instantly share code, notes, and snippets.

View zihu12's full-sized avatar

zihu12

  • unknown
  • 20:48 (UTC +08:00)
View GitHub Profile
@zihu12
zihu12 / Dockerfile
Last active July 22, 2024 17:10
Dockerfile for huangz1342/icalingua-bridge-oicq
# Dockerfile for icalingua-bridge-oicq
# Based on code from https://github.com/Icalingua-plus-plus/Icalingua-plus-plus (licensed under AGPL-3.0)
# Copyright (c) zihu12
# License: AGPL-3.0
FROM docker.io/library/node:18 AS build
ARG VERSION
RUN git clone https://github.com/Icalingua-plus-plus/Icalingua-plus-plus.git --depth=1 -b v$VERSION
WORKDIR /Icalingua-plus-plus/icalingua-bridge-oicq
RUN corepack enable && npm install -g node-prune