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

Commit

Permalink
[Fix]修复路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Feb 26, 2020
1 parent 7697e2e commit c0b475c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guacamole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
&& yum install -y make gcc libtool java-1.8.0-openjdk wget unzip \
&& yum install -y cairo-devel libjpeg-turbo-devel libpng-devel uuid-devel \
&& yum install -y ffmpeg-devel freerdp1.2-devel libvncserver-devel pulseaudio-libs-devel openssl-devel libvorbis-devel libwebp-devel \
&& mkdir -p /config/guacamole /config/guacamole/lib /config/guacamole/extensions /config/guacamole/data/log/ \
&& mkdir -p /config/guacamole /config/guacamole/lib /config/guacamole/extensions /config/guacamole/data/log/ /config/guacamole/record /config/guacamole/drive \
&& chown daemon:daemon /config/guacamole/record /config/guacamole/drive \
&& cd /config \
&& wget http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-9/v${TOMCAT_VER}/bin/apache-tomcat-${TOMCAT_VER}.tar.gz \
Expand Down

0 comments on commit c0b475c

Please sign in to comment.