Skip to content

Commit c7c24cf

Browse files
author
Jos Martin
committed
Ensure we pickup latest directly from canonical repos and not dockerhub
1 parent 1eb1768 commit c7c24cf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Dockerfile.debian

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 The MathWorks, Inc.
1+
# Copyright 2021 - 2022 The MathWorks, Inc.
22
ARG BUILD_ROOT=/opt/glibc/src/glibc/
33

44
# Default to building for glibc 2.31 in ubuntu:20.04 but by specifying
@@ -16,10 +16,11 @@ ARG OVERRIDE_DIST_RELEASE=false
1616
ENV DEBIAN_FRONTEND="noninteractive" \
1717
TZ="Etc/UTC"
1818

19-
RUN apt-get update && apt-get install --no-install-recommends -y \
20-
quilt \
21-
nano \
22-
devscripts
19+
RUN apt-get update && apt-get -y upgrade && \
20+
apt-get install --no-install-recommends -y \
21+
quilt \
22+
nano \
23+
devscripts
2324

2425
ARG PKG_EXT
2526
ARG BUILD_ROOT

0 commit comments

Comments
 (0)