docs: update docker/Dockerfile
This commit is contained in:
parent
59a8475c35
commit
5ffdb3a8ff
@ -2,7 +2,7 @@
|
|||||||
title: 我的Dockerfile
|
title: 我的Dockerfile
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2023-04-03T09:13:27.734Z
|
date: 2023-04-04T08:53:17.534Z
|
||||||
tags: docker, 技术, code, 代码
|
tags: docker, 技术, code, 代码
|
||||||
editor: ckeditor
|
editor: ckeditor
|
||||||
dateCreated: 2023-04-03T09:10:22.169Z
|
dateCreated: 2023-04-03T09:10:22.169Z
|
||||||
@ -12,5 +12,5 @@ dateCreated: 2023-04-03T09:10:22.169Z
|
|||||||
<pre><code class="language-plaintext">FROM lscr.io/linuxserver/code-server:latest
|
<pre><code class="language-plaintext">FROM lscr.io/linuxserver/code-server:latest
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt install -y npm \
|
&& apt install -y npm \
|
||||||
&& apt install -y yarn \
|
&& apt install -y git \
|
||||||
&& apt install -y git \</code></pre>
|
&& npm install -g yarn \</code></pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user