Compare commits

..

No commits in common. "f5ac514477c1e9cf9df2a9ea430c7d46825df04c" and "4383e8ef050c656fbaff6705bdfe46c4a19b12fa" have entirely different histories.

View File

@ -2,15 +2,14 @@
title: 我的Dockerfile title: 我的Dockerfile
description: description:
published: true published: true
date: 2023-04-03T09:13:27.734Z date: 2023-04-03T09:10:22.169Z
tags: docker, 技术, code, 代码 tags: docker, 技术, code, 代码
editor: ckeditor editor: ckeditor
dateCreated: 2023-04-03T09:10:22.169Z dateCreated: 2023-04-03T09:10:22.169Z
--> -->
<p>my-code-server</p> <p>my-code-server</p>
<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 install npm \
&amp;&amp; apt install -y npm \ &amp;&amp; apt install yarn \
&amp;&amp; apt install -y yarn \ &amp;&amp; apt install git \</code></pre>
&amp;&amp; apt install -y git \</code></pre>