Skip to content

Commit

Permalink
Merge pull request #5 from rogerrum/bullseye
Browse files Browse the repository at this point in the history
Bullseye
  • Loading branch information
rogerrum committed Nov 28, 2022
2 parents be07a1f + 6bca702 commit 5b4ef11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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/[email protected] && \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b4ef11

Please sign in to comment.