修改guacamole版本为1.2.0
This commit is contained in:
@ -12,7 +12,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositorie
|
|||||||
RUN apk add gcc g++
|
RUN apk add gcc g++
|
||||||
RUN go env && CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -ldflags '-linkmode external -extldflags "-static"' -o next-terminal main.go
|
RUN go env && CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -ldflags '-linkmode external -extldflags "-static"' -o next-terminal main.go
|
||||||
|
|
||||||
FROM guacamole/guacd:1.3.0
|
FROM guacamole/guacd:1.2.0
|
||||||
|
|
||||||
LABEL MAINTAINER="helloworld1024@foxmail.com"
|
LABEL MAINTAINER="helloworld1024@foxmail.com"
|
||||||
|
|
||||||
|
@ -22,9 +22,9 @@ sudo apt-get install libcairo2-dev libjpeg62-turbo-dev libpng-dev libtool-bin li
|
|||||||
|
|
||||||
下载&解压&configure
|
下载&解压&configure
|
||||||
```shell
|
```shell
|
||||||
wget https://mirror.bit.edu.cn/apache/guacamole/1.3.0/source/guacamole-server-1.3.0.tar.gz
|
wget https://mirror.bit.edu.cn/apache/guacamole/1.2.0/source/guacamole-server-1.2.0.tar.gz
|
||||||
tar -xzf guacamole-server-1.3.0.tar.gz
|
tar -xzf guacamole-server-1.2.0.tar.gz
|
||||||
cd guacamole-server-1.3.0
|
cd guacamole-server-1.2.0
|
||||||
./configure --with-init-dir=/etc/init.d
|
./configure --with-init-dir=/etc/init.d
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ cd guacamole-server-1.3.0
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
guacamole-server version 1.3.0
|
guacamole-server version 1.2.0
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
Library status:
|
Library status:
|
||||||
|
Reference in New Issue
Block a user