2 lines
118 B
Docker
2 lines
118 B
Docker
FROM node:20-bookworm
|
|
RUN apt-get update && apt-get install -y git-annex --no-install-recommends && apt-get autoclean
|