diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 82e43f9..e0d2f3e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -14,5 +14,5 @@ RUN if [ "${REINSTALL_CMAKE_VERSION_FROM_SOURCE}" != "none" ]; then \ # RUN su vscode -c "${VCPKG_ROOT}/vcpkg install " # [Optional] Uncomment this section to install additional packages. -# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ -# && apt-get -y install --no-install-recommends +COPY ./antlr4-runtime_4.13.1_amd64.deb /tmp/ +RUN ["dpkg", "-i", "/tmp/antlr4-runtime_4.13.1_amd64.deb"] \ No newline at end of file diff --git a/.devcontainer/antlr4-runtime_4.13.1_amd64.deb b/.devcontainer/antlr4-runtime_4.13.1_amd64.deb new file mode 100644 index 0000000..cc90eaa Binary files /dev/null and b/.devcontainer/antlr4-runtime_4.13.1_amd64.deb differ