first commit from PC
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM ubuntu:latest
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get install -y flatpak && apt-get upgrade -y
|
||||
RUN flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
RUN flatpak install app/org.mozilla.firefox/x86_64/stable -y --noninteractive
|
||||
CMD ["/usr/bin/firefox"]
|
||||
@@ -0,0 +1,12 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ubuntu-gui
|
||||
build: .
|
||||
environment:
|
||||
- DISPLAY=${DISPLAY}
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
network_mode: host
|
||||
hostname: ubuntu
|
||||
Reference in New Issue
Block a user