Skip to content

Commit ec661ef

Browse files
authored
chore: remove duckdb from Dockerfile (#2430)
1 parent 3e9b605 commit ec661ef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM node:22-bookworm-slim
22

33
WORKDIR /app
44
COPY . .
5-
COPY --from=qldrsc/duckdb /usr/local/bin/duckdb /bin/duckdb
65

76
RUN apt-get update && \
87
apt-get install -y git && \

stacks-blockchain/docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Pointed to stacks-blockchain `2.1.0.0.0` git tag
21
FROM --platform=linux/amd64 hirosystems/stacks-api-e2e:stacks3.0-0a2c0e2 as build
32

43
FROM --platform=linux/amd64 debian:bookworm

0 commit comments

Comments
 (0)