File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ RUN apt-get update && apt-get install --no-install-recommends -y $L4T_DEPENDS
36
36
37
37
RUN apt-get update && apt-get install -y \
38
38
python=2.7.15~rc1-1 \
39
- python-pip=9.0.1-2.3~ubuntu1.18.04.5 \
39
+ python-pip=9.0.1-2.3~ubuntu1.18.04.6 \
40
40
python-click=6.7-3 \
41
41
python3=3.6.7-1~18.04 \
42
- python3-pip=9.0.1-2.3~ubuntu1.18.04.5 \
42
+ python3-pip=9.0.1-2.3~ubuntu1.18.04.6 \
43
43
python3-venv=3.6.7-1~18.04 \
44
44
python3-click=6.7-3
45
45
@@ -49,7 +49,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
49
49
ca-certificates=20211016ubuntu0.18.04.1 \
50
50
curl=7.58.0-2ubuntu3.22 \
51
51
gnupg-agent=2.2.4-1ubuntu1.6 \
52
- software-properties-common=0.96.24.32.18
52
+ software-properties-common=0.96.24.32.20
53
53
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
54
54
RUN add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
55
55
RUN apt-get update && apt-get install -y \
You can’t perform that action at this time.
0 commit comments