This repository was archived by the owner on Apr 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-18
lines changed
Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 2929 mkdir /tmp/guac && \
3030 cd /tmp/guac && \
3131 wget \
32- http://apache.org/dyn/closer.cgi?action=download\& filename=guacamole/${GUACD_VERSION}/source/guacamole-server-${GUACD_VERSION}.tar.gz \
33- -O guac.tar.gz && \
32+ http://apache.org/dyn/closer.cgi?action=download\& filename=guacamole/${GUACD_VERSION}/source/guacamole-server-${GUACD_VERSION}.tar.gz \
33+ -O guac.tar.gz && \
3434 tar -xf guac.tar.gz && \
3535 cd guacamole-server-${GUACD_VERSION} && \
3636 ./configure \
@@ -116,15 +116,14 @@ RUN \
116116 font-noto \
117117 freerdp-libs \
118118 nodejs \
119- openbox && \
119+ openbox \
120+ websocat && \
120121 apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
121122 ossp-uuid && \
122- apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
123- websocat && \
124123 echo "**** openbox tweaks ****" && \
125124 sed -i \
126125 's/NLIMC/NLMC/g' \
127- /etc/xdg/openbox/rc.xml && \
126+ /etc/xdg/openbox/rc.xml && \
128127 echo "**** cleanup ****" && \
129128 rm -rf \
130129 /tmp/*
Original file line number Diff line number Diff line change 2929 mkdir /tmp/guac && \
3030 cd /tmp/guac && \
3131 wget \
32- http://apache.org/dyn/closer.cgi?action=download\&filename=guacamole/${GUACD_VERSION}/source/guacamole-server-${GUACD_VERSION}.tar.gz \
33- -O guac.tar.gz && \
32+ http://apache.org/dyn/closer.cgi?action=download\&filename=guacamole/${GUACD_VERSION}/source/guacamole-server-${GUACD_VERSION}.tar.gz \
33+ -O guac.tar.gz && \
3434 tar -xf guac.tar.gz && \
3535 cd guacamole-server-${GUACD_VERSION} && \
3636 ./configure \
@@ -116,15 +116,14 @@ RUN \
116116 font-noto \
117117 freerdp-libs \
118118 nodejs \
119- openbox && \
119+ openbox \
120+ websocat && \
120121 apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
121122 ossp-uuid && \
122- apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
123- websocat && \
124123 echo "**** openbox tweaks ****" && \
125124 sed -i \
126125 's/NLIMC/NLMC/g' \
127- /etc/xdg/openbox/rc.xml && \
126+ /etc/xdg/openbox/rc.xml && \
128127 echo "**** cleanup ****" && \
129128 rm -rf \
130129 /tmp/*
Original file line number Diff line number Diff line change 2929 mkdir /tmp/guac && \
3030 cd /tmp/guac && \
3131 wget \
32- http://apache.org/dyn/closer.cgi?action=download\&filename=guacamole/${GUACD_VERSION}/source/guacamole-server-${GUACD_VERSION}.tar.gz \
33- -O guac.tar.gz && \
32+ http://apache.org/dyn/closer.cgi?action=download\&filename=guacamole/${GUACD_VERSION}/source/guacamole-server-${GUACD_VERSION}.tar.gz \
33+ -O guac.tar.gz && \
3434 tar -xf guac.tar.gz && \
3535 cd guacamole-server-${GUACD_VERSION} && \
3636 ./configure \
@@ -116,15 +116,14 @@ RUN \
116116 font-noto \
117117 freerdp-libs \
118118 nodejs \
119- openbox && \
119+ openbox \
120+ websocat && \
120121 apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
121122 ossp-uuid && \
122- apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
123- websocat && \
124123 echo "**** openbox tweaks ****" && \
125124 sed -i \
126125 's/NLIMC/NLMC/g' \
127- /etc/xdg/openbox/rc.xml && \
126+ /etc/xdg/openbox/rc.xml && \
128127 echo "**** cleanup ****" && \
129128 rm -rf \
130129 /tmp/*
You can’t perform that action at this time.
0 commit comments