Skip to content

Commit

Permalink
fix: can't use it in alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsung committed Dec 10, 2024
1 parent adb98ca commit fd30a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN cargo install --path .
FROM debian:bullseye-slim
LABEL maintainer="Jetsung Chan<[email protected]>"

RUN apt update && apt install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*

WORKDIR /app
COPY --from=builder /usr/local/cargo/bin/filetas /usr/local/bin/filetas
Expand Down

0 comments on commit fd30a32

Please sign in to comment.