17 lines
417 B
HTML
17 lines
417 B
HTML
<!--
|
|
title: 我的Dockerfile
|
|
description:
|
|
published: true
|
|
date: 2023-04-03T09:11:53.177Z
|
|
tags: docker, 技术, code, 代码
|
|
editor: ckeditor
|
|
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-get update \
|
|
&& apt install npm \
|
|
&& apt install yarn \
|
|
&& apt install git \</code></pre>
|