File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ RUN set -ex \
111111 software-properties-common=0.92.37.8 \
112112 && add-apt-repository ppa:ubuntu-toolchain-r/test -y \
113113 && apt-get update \
114- && apt-get install -y libstdc++6=7.3.0 -*\
114+ && apt-get install -y libstdc++6=8 -*\
115115 && rm -rf /var/lib/apt/lists/*
116116
117117# Install .NET Core SDK
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ RUN set -ex \
111111 software-properties-common=0.92.37.8 \
112112 && add-apt-repository ppa:ubuntu-toolchain-r/test -y \
113113 && apt-get update \
114- && apt-get install -y libstdc++6=7.3.0 -*\
114+ && apt-get install -y libstdc++6=8 -*\
115115 && rm -rf /var/lib/apt/lists/*
116116
117117# Install .NET Core SDK
You can’t perform that action at this time.
0 commit comments