Skip to content

Commit

Permalink
Dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-eberle committed Feb 15, 2024
1 parent 90d9ad3 commit fb23d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bookstore-rocketrs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY . .

RUN cargo build --release


# Production stage
FROM debian:buster-slim
RUN apt-get update && apt-get install -y libssl1.1 && apt clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit fb23d8d

Please sign in to comment.