Skip to content

Commit

Permalink
Dockerfile: don't use FUSE [ci skip] #286
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Jun 18, 2024
1 parent 887e93b commit 43584e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# run with flags --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined

FROM ubuntu:latest

WORKDIR /app

RUN apt update
RUN apt install -y fuse
RUN apt install -y wget
RUN wget https://hypersomnia.xyz/builds/latest/Hypersomnia-Headless.AppImage
RUN chmod +x Hypersomnia-Headless.AppImage
Expand All @@ -15,7 +12,7 @@ RUN mkdir /root/.config/Hypersomnia
RUN mkdir /root/.config/Hypersomnia/user
COPY cmake/dockerfile_server_config.lua /root/.config/Hypersomnia/user/config.force.lua

CMD ["./Hypersomnia-Headless.AppImage"]
CMD ["./Hypersomnia-Headless.AppImage", "--appimage-extract-and-run"]

EXPOSE 8412/udp
EXPOSE 9000-9010/udp
Expand Down

0 comments on commit 43584e7

Please sign in to comment.