upd: add auto setup

This commit is contained in:
2023-11-26 16:49:59 +00:00
parent df58190202
commit 77d49148f6
2 changed files with 2 additions and 2 deletions

View File

@ -14,5 +14,5 @@ RUN if [ "${REINSTALL_CMAKE_VERSION_FROM_SOURCE}" != "none" ]; then \
# RUN su vscode -c "${VCPKG_ROOT}/vcpkg install <your-port-name-here>"
# [Optional] Uncomment this section to install additional packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>
COPY ./antlr4-runtime_4.13.1_amd64.deb /tmp/
RUN ["dpkg", "-i", "/tmp/antlr4-runtime_4.13.1_amd64.deb"]

Binary file not shown.