File tree 1 file changed +5
-5
lines changed
dockers/docker-sonic-mgmt
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -209,11 +209,6 @@ RUN mkdir -p /etc/apt/keyrings \
209
209
&& echo "deb [arch=`dpkg --print-architecture` signed-by=/etc/apt/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/azure-cli/ `lsb_release -cs` main" | tee /etc/apt/sources.list.d/azure-cli.list \
210
210
&& apt-get update && apt-get install -y azure-cli
211
211
212
- ## Copy and install sonic-mgmt docker dependencies
213
- COPY debs/sonic-device-data_*.deb debs/libdashapi_*.deb debs/
214
-
215
- RUN dpkg -i debs/sonic-device-data_*.deb debs/libdashapi_*.deb
216
-
217
212
# Install protobuf 3.21.12 which is from https://deb.debian.org/debian/pool/main/p/protobuf/protobuf_3.21.12-3.dsc
218
213
RUN mkdir -p /tmp/protobuf \
219
214
&& cd /tmp/protobuf \
@@ -227,6 +222,11 @@ RUN mkdir -p /tmp/protobuf \
227
222
&& dpkg -i *.deb \
228
223
&& rm -rf /tmp/protobuf
229
224
225
+ ## Copy and install sonic-mgmt docker dependencies
226
+ COPY debs/sonic-device-data_*.deb debs/libdashapi_*.deb debs/
227
+
228
+ RUN dpkg -i debs/sonic-device-data_*.deb debs/libdashapi_*.deb
229
+
230
230
RUN mkdir /var/run/sshd
231
231
EXPOSE 22
232
232
You can’t perform that action at this time.
0 commit comments