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

Commit a62f005

Browse files
authored
Merge pull request #31 from linuxserver/alpine-websocat
2 parents bbf8d45 + b3d67ea commit a62f005

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN \
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/*

Dockerfile.aarch64

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN \
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/*

Dockerfile.armhf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN \
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/*

0 commit comments

Comments
 (0)