Author:
Hash:
Timestamp:
+2 -3 +/-2 browse
Kevin Schoon [me@kevinschoon.com]
111dfe18b3c9f23ba383edf5dec6d2e7aabc9f46
Sun, 19 May 2024 12:20:43 +0000 (1.1 years ago)
1 | diff --git a/containers/base/Containerfile b/containers/base/Containerfile |
2 | index e558663..fe1b82a 100644 |
3 | --- a/containers/base/Containerfile |
4 | +++ b/containers/base/Containerfile |
5 | @@ -17,6 +17,8 @@ RUN chown -R builder /home/builder/src |
6 | |
7 | USER builder |
8 | |
9 | + RUN npm install |
10 | + |
11 | RUN cargo fetch --color=never --locked |
12 | RUN scripts/check_build_dependencies.sh || true |
13 | RUN scripts/ensure_database.sh ayllu |
14 | @@ -29,8 +31,6 @@ RUN cargo build \ |
15 | RUN cargo build \ |
16 | --color=never --locked --frozen --offline --release --package quipu |
17 | |
18 | - RUN npm install && scripts/compile_stylesheets.sh |
19 | - |
20 | FROM alpine:3.19.1 |
21 | |
22 | RUN apk add \ |
23 | diff --git a/scripts/compile_stylesheets.sh b/scripts/compile_stylesheets.sh |
24 | deleted file mode 100755 |
25 | index 1a24852..0000000 |
26 | --- a/scripts/compile_stylesheets.sh |
27 | +++ /dev/null |
28 | @@ -1 +0,0 @@ |
29 | - #!/bin/sh |