We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5503562 commit 920e0f8Copy full SHA for 920e0f8
.devcontainer/Dockerfile
@@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
10
ENV VCPKG_FORCE_SYSTEM_BINARIES=1
11
12
# Update the Ubuntu package list and install necessary packages
13
-RUN apt-get update && apt-get upgrade -y && \
+RUN apt-get update && apt-get dist-upgrade -y && \
14
apt-get install -y \
15
autoconf \
16
automake \
0 commit comments