mirror of
https://github.com/stashapp/stash.git
synced 2026-04-11 17:40:57 +02:00
Fix build Dockerfile after #4153
This commit is contained in:
parent
611a1e7854
commit
343660c378
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ COPY --from=frontend /stash /stash/
|
|||
RUN make generate-backend
|
||||
ARG GITHASH
|
||||
ARG STASH_VERSION
|
||||
RUN make stash-release
|
||||
RUN make flags-release flags-pie stash
|
||||
|
||||
# Final Runnable Image
|
||||
FROM alpine:latest
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ COPY --from=frontend /stash /stash/
|
|||
RUN make generate-backend
|
||||
ARG GITHASH
|
||||
ARG STASH_VERSION
|
||||
RUN make stash-release
|
||||
RUN make flags-release flags-pie stash
|
||||
|
||||
# Final Runnable Image
|
||||
FROM nvidia/cuda:12.0.1-base-ubuntu22.04
|
||||
|
|
|
|||
Loading…
Reference in a new issue