mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
tmp - install tini/make until dev-base-image tag is fixed
This commit is contained in:
parent
0047764d7c
commit
7943676ef7
@ -1,6 +1,8 @@
|
|||||||
# dev build
|
# dev build
|
||||||
FROM ghcr.io/immich-app/base-server-dev:commit-a050847fdf07f1e492919810121419f65ec9eb45 AS dev
|
FROM ghcr.io/immich-app/base-server-dev:commit-a050847fdf07f1e492919810121419f65ec9eb45 AS dev
|
||||||
|
|
||||||
|
# This next line is temporary, until the docker images are tagged properly. Currently, the dev tag is the same as the prod tag.
|
||||||
|
RUN apt-get update && apt-get install --no-install-recommends -yqq tini make
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY server/package.json server/package-lock.json ./
|
COPY server/package.json server/package-lock.json ./
|
||||||
RUN npm ci && \
|
RUN npm ci && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user