Skip to content

Commit

Permalink
Invalidate docker build cache when apt-get update (sonic-net#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Jan 6, 2021
1 parent b7ae821 commit 134184c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/common/sonic-swss-common-build-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:bionic

RUN apt-get update
RUN apt-get update # 20210106 invalidate docker build cache
RUN apt-get install -y make libtool m4 autoconf dh-exec debhelper cmake pkg-config \
libhiredis-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev libnl-nf-3-dev swig3.0 \
libpython2.7-dev libgtest-dev libboost-dev
Expand Down

0 comments on commit 134184c

Please sign in to comment.