Skip to content

Commit

Permalink
fixed docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghuni committed Jul 20, 2024
1 parent 7297c14 commit ed79a24
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
FROM debian

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
gnupg reprepro openssh-server

FROM debian:bookworm
RUN apt-get -y update && apt-get -y install reprepro && rm -rf /var/lib/apt/lists/*

0 comments on commit ed79a24

Please sign in to comment.