mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-18 00:06:20 +00:00
Consolidate plasma build files
This commit is contained in:
parent
e008c61987
commit
d086ed3138
5 changed files with 24 additions and 36 deletions
|
|
@ -12,7 +12,7 @@ ARG debug
|
|||
COPY mirrorlist /etc/pacman.d/mirrorlist
|
||||
|
||||
# Copy app folder
|
||||
COPY app /app
|
||||
COPY entrypoint /entrypoint
|
||||
|
||||
# Install packages
|
||||
RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
|
||||
|
|
@ -54,4 +54,4 @@ ENV NVIDIA_VISIBLE_DEVICES=all
|
|||
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
|
||||
|
||||
# Docker entrypoint
|
||||
ENTRYPOINT ["/app/entrypoint"]
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue