docs: update docker/Dockerfile
This commit is contained in:
parent
4383e8ef05
commit
887b0c9797
@ -2,7 +2,7 @@
|
||||
title: 我的Dockerfile
|
||||
description:
|
||||
published: true
|
||||
date: 2023-04-03T09:10:22.169Z
|
||||
date: 2023-04-03T09:11:53.177Z
|
||||
tags: docker, 技术, code, 代码
|
||||
editor: ckeditor
|
||||
dateCreated: 2023-04-03T09:10:22.169Z
|
||||
@ -10,6 +10,7 @@ dateCreated: 2023-04-03T09:10:22.169Z
|
||||
|
||||
<p>my-code-server</p>
|
||||
<pre><code class="language-plaintext">FROM lscr.io/linuxserver/code-server:latest
|
||||
RUN apt install npm \
|
||||
RUN apt-get update \
|
||||
&& apt install npm \
|
||||
&& apt install yarn \
|
||||
&& apt install git \</code></pre>
|
||||
|
Loading…
Reference in New Issue
Block a user