refactor: ♻️ Clean up Dockerfile to not require Node to build

This commit is contained in:
Jesse Wierzbinski 2024-05-28 22:14:20 -10:00
parent ade9bd08fa
commit f904ad33ba
No known key found for this signature in database
4 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Use 1.1.4 for building to prevent a Unicode bug with 1.1.5+
# Temporary until they fix it
FROM imbios/bun-node:1.1.4-current-alpine as base
FROM oven/bun:1.1.4-alpine as base
RUN apk add --no-cache libstdc++

View file

@ -18,7 +18,7 @@ await Bun.build({
target: "bun",
splitting: true,
minify: false,
external: ["bullmq", "unzipit"],
external: ["unzipit"],
}).then((output) => {
if (!output.success) {
console.log(output.logs);

BIN
bun.lockb

Binary file not shown.

View file

@ -104,7 +104,6 @@
"@oclif/core": "^3.26.6",
"@tufjs/canonical-json": "^2.0.0",
"blurhash": "^2.0.5",
"bullmq": "^5.7.1",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"cli-table": "^0.3.11",