mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-21 23:56:45 +08:00
This commit is contained in:
parent
82fb7da3ed
commit
8f4b4797b9
@ -8,7 +8,8 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
build-essential mingw-w64 \
|
||||
iproute2 upx-ucl file zip
|
||||
iproute2 upx-ucl file zip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 安装android ndk
|
||||
COPY android-ndk-r25c /usr/local/android-ndk-r25c
|
||||
|
2
goenv.go
2
goenv.go
@ -30,7 +30,7 @@ func main() {
|
||||
}
|
||||
}
|
||||
docker := &DockerGoEnv{
|
||||
Image: "hkccr.ccs.tencentyun.com/xiaoqidun/goenv",
|
||||
Image: "ccr.ccs.tencentyun.com/xiaoqidun/goenv",
|
||||
Binary: binary,
|
||||
WorkDir: "/go/src/app",
|
||||
AutoDelete: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user