Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI authored Jul 16, 2024
1 parent a96beba commit d758544
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
FROM debian:latest
RUN apt-get -y update
RUN apt-get -y install reprepro
RUN apt-get -y upgrade
FROM debian:bookworm
RUN apt-get -y update && apt-get -y install reprepro && rm -rf /var/lib/apt/lists/*

0 comments on commit d758544

Please sign in to comment.