mirror of
https://github.com/xiaoqidun/goenv.git
synced 2025-04-08 04:52:49 +08:00
feat(构建镜像): 添加构建镜像相关文件
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
# 基础镜像
|
||||
FROM golang:buster
|
||||
|
||||
# 作者信息
|
||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
|
||||
# 安装工具
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
unzip
|
Reference in New Issue
Block a user