diff --git a/Dockerfile b/Dockerfile index 215d663..e012054 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-buster AS easy-novnc-build +FROM golang:1.19-bullseye AS easy-novnc-build WORKDIR /src RUN go mod init build && \ go get github.com/geek1011/easy-novnc@v1.1.0 && \ @@ -18,7 +18,7 @@ RUN apt-get update -y && \ RUN apt-get update -y && \ - wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.4.0-Debian10_amd64.deb && \ + wget -q -O /tmp/oscar.deb https://www.apneaboard.com/OSCAR/oscar_1.4.0-Debian11_amd64.deb && \ apt install -y /tmp/oscar.deb && \ rm /tmp/oscar.deb && \ rm -rf /var/lib/apt/lists diff --git a/README.md b/README.md index 89f5375..80b62c4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To simply do a quick and dirty run of the Oscar container: docker run \ -d --rm \ --name oscar \ - -v=./oscar-data:/data \ + -v=${pwd}/oscar-data:/data \ --publish=8080:8080 \ rogerrum/docker-oscar