Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin authored Feb 8, 2025
1 parent 0a3d240 commit 7406d36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm
ARG BUILD_DATE
ARG BRAVE_VERSION
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
LABEL maintainer="nobodywatchin"

# title
ENV TITLE=Brave
Expand All @@ -14,7 +13,7 @@ RUN \
echo "**** add icon ****" && \
curl -o \
/kclient/public/icon.png \
https://upload.wikimedia.org/wikipedia/commons/8/8b/Brave_logo.png && \
https://upload.wikimedia.org/wikipedia/commons/c/c4/Brave_lion.png && \
apt-get update && \
echo "**** install dependencies ****" && \
apt install --no-install-recommends -y curl gnupg && \
Expand Down

0 comments on commit 7406d36

Please sign in to comment.