Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit c0b475c

Browse files
[Fix]修复路径错误
1 parent 7697e2e commit c0b475c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guacamole/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -ex \
1515
&& yum install -y make gcc libtool java-1.8.0-openjdk wget unzip \
1616
&& yum install -y cairo-devel libjpeg-turbo-devel libpng-devel uuid-devel \
1717
&& yum install -y ffmpeg-devel freerdp1.2-devel libvncserver-devel pulseaudio-libs-devel openssl-devel libvorbis-devel libwebp-devel \
18-
&& mkdir -p /config/guacamole /config/guacamole/lib /config/guacamole/extensions /config/guacamole/data/log/ \
18+
&& mkdir -p /config/guacamole /config/guacamole/lib /config/guacamole/extensions /config/guacamole/data/log/ /config/guacamole/record /config/guacamole/drive \
1919
&& chown daemon:daemon /config/guacamole/record /config/guacamole/drive \
2020
&& cd /config \
2121
&& wget http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-9/v${TOMCAT_VER}/bin/apache-tomcat-${TOMCAT_VER}.tar.gz \

0 commit comments

Comments
 (0)