mirror of
https://github.com/louislam/dockge.git
synced 2024-11-22 00:04:00 +01:00
Update Base.Dockerfile
This commit is contained in:
parent
694923cd42
commit
a0fca4df4d
@ -1,9 +1,7 @@
|
||||
# Due to the bug of #145, Node.js's version cannot be changed, unless upstream is fixed.
|
||||
FROM node:18.17.1-bookworm-slim
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
# COPY --from=docker:dind /usr/local/bin/docker /usr/local/bin/
|
||||
|
||||
RUN apt update && apt install --yes --no-install-recommends \
|
||||
curl \
|
||||
ca-certificates \
|
||||
|
Loading…
Reference in New Issue
Block a user