Skip to content

Commit

Permalink
fix(docker): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMcAssey committed Oct 26, 2022
1 parent 6251f31 commit 25b734f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ RUN set -ex && \
apt-get install -y --no-install-recommends \
nodejs \
&& \
rm -rf /var/lib/apt/lists/* && \
sed -i \
-e 's|#load-module module-native-protocol-tcp|load-module module-native-protocol-tcp auth-anonymous=1|g' \
/etc/pulse/default.pa
rm -rf /var/lib/apt/lists/*
# sed -i \
# -e 's|#load-module module-native-protocol-tcp|load-module module-native-protocol-tcp auth-anonymous=1|g' \
# /etc/pulse/default.pa

USER guacd

Expand Down

0 comments on commit 25b734f

Please sign in to comment.