mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
add faketime and change to apt-get in devcontainer (#3543)
We require faketime to be installed for running the tests, therefore its added. Further for non-interactive usage apt-get is recommended, therefore the change.
This commit is contained in:
parent
847c482c25
commit
4a04275266
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ RUN if [ "${REINSTALL_CMAKE_VERSION_FROM_SOURCE}" != "none" ]; then \
|
||||||
fi \
|
fi \
|
||||||
&& rm -f /tmp/reinstall-cmake.sh
|
&& rm -f /tmp/reinstall-cmake.sh
|
||||||
|
|
||||||
RUN sudo apt update && sudo apt install uuid-dev
|
RUN sudo apt-get update && sudo apt-get install uuid-dev faketime
|
||||||
|
|
||||||
# [Optional] Uncomment this section to install additional vcpkg ports.
|
# [Optional] Uncomment this section to install additional vcpkg ports.
|
||||||
# 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 \
|
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
# && apt-get -y install --no-install-recommends <your-package-list-here>
|
# && apt-get -y install --no-install-recommends <your-package-list-here>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue