Skip to content

Commit 5111bdf

Browse files
committed
Upgrading the packages in the base debian images.
1 parent 7412126 commit 5111bdf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

debian/Dockerfile.stretch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM scratch
22

33
ADD root.stretch.x86_64.tar.gz /
44

5-
RUN apt-get update
5+
RUN apt-get update && apt-get upgrade -y
66

77
# Some common packages
88
RUN apt-get -y install lvm2

debian/Dockerfile.testing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM scratch
22

33
ADD root.testing.x86_64.tar.gz /
44

5-
RUN apt-get update
5+
RUN apt-get update && apt-get upgrade -y
66

77
# Some common packages
88
RUN apt-get -y install lvm2

ubuntu/cosmic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM scratch
22

33
ADD root.x86_64.tar.gz /
44

5-
RUN apt-get update
5+
RUN apt-get update && apt-get upgrade -y
66

77
# Some common packages
88
RUN apt-get -y install lvm2

ubuntu/disco/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM scratch
22

33
ADD root.x86_64.tar.gz /
44

5-
RUN apt-get update
5+
RUN apt-get update && apt-get upgrade -y
66

77
# Some common packages
88
RUN apt-get -y install lvm2

0 commit comments

Comments
 (0)