upd: add auto setup
This commit is contained in:
@ -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>"
|
# RUN su vscode -c "${VCPKG_ROOT}/vcpkg install <your-port-name-here>"
|
||||||
|
|
||||||
# [Optional] Uncomment this section to install additional packages.
|
# [Optional] Uncomment this section to install additional packages.
|
||||||
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
COPY ./antlr4-runtime_4.13.1_amd64.deb /tmp/
|
||||||
# && apt-get -y install --no-install-recommends <your-package-list-here>
|
RUN ["dpkg", "-i", "/tmp/antlr4-runtime_4.13.1_amd64.deb"]
|
BIN
.devcontainer/antlr4-runtime_4.13.1_amd64.deb
Normal file
BIN
.devcontainer/antlr4-runtime_4.13.1_amd64.deb
Normal file
Binary file not shown.
Reference in New Issue
Block a user