Skip to content

Commit

Permalink
Merge pull request #3 from linuxserver/version
Browse files Browse the repository at this point in the history
Add version and syntax
  • Loading branch information
aptalca authored Sep 29, 2024
2 parents 287a52b + 594ba2a commit becc557
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm

# set version label
Expand Down Expand Up @@ -38,6 +40,7 @@ RUN \
cp \
/opt/rawtherapee/usr/share/icons/hicolor/scalable/apps/rawtherapee.svg \
/usr/share/icons/hicolor/scalable/apps/rawtherapee.svg && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \
Expand Down

0 comments on commit becc557

Please sign in to comment.