diff --git a/Dockerfile b/Dockerfile index aaf7175..8b63b72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . . RUN cargo install --path . FROM debian:bullseye-slim -RUN apt-get update && apt-get 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/* COPY --from=builder /usr/local/cargo/bin/workout /usr/local/bin/workout CMD ["workout"]