Update for latest docker-leptos container
This commit is contained in:
parent
468fbb4dc2
commit
1288f884fb
@ -2,16 +2,11 @@ FROM registry.mregirouard.com/libretunes/ops/docker-leptos:latest as builder
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Add target for static linking
|
|
||||||
RUN rustup target add x86_64-unknown-linux-musl
|
|
||||||
|
|
||||||
# Install a few dependencies
|
# Install a few dependencies
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
npm \
|
npm; \
|
||||||
musl-tools \
|
|
||||||
libpq5; \
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN npm install tailwindcss -g
|
RUN npm install tailwindcss -g
|
||||||
|
Loading…
x
Reference in New Issue
Block a user