docs: update docker/Dockerfile

This commit is contained in:
吴阴天 2023-04-04 08:53:19 +00:00 committed by wikijs
parent 59a8475c35
commit 5ffdb3a8ff

View File

@ -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 \
&amp;&amp; apt install -y npm \ &amp;&amp; apt install -y npm \
&amp;&amp; apt install -y yarn \ &amp;&amp; apt install -y git \
&amp;&amp; apt install -y git \</code></pre> &amp;&amp; npm install -g yarn \</code></pre>