mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 12:32:48 +00:00
7 lines
179 B
Docker
7 lines
179 B
Docker
FROM dev-toys-web-dev:1.0.0
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install --no-install-recommends -y git ca-certificates fish \
|
|
&& apt-get clean \
|
|
&& rm -rf /var/lib/apt/lists/*
|