Skip to content

Commit 1e574ca

Browse files
committed
Add missing dependency to VS Code built
Benchmarking Lab always complained about uuidgen not existing after executing the benchmarks. Didnt break anything, but more of a false positive.
1 parent d9b0c94 commit 1e574ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keycloak/masterclass/vscode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN /app/openvscode-server/bin/openvscode-server \
2222
--extensions-dir /config/.openvscode-server/extensions \
2323
|| true
2424

25-
RUN apt-get update && apt-get install -y gnupg wget software-properties-common
25+
RUN apt-get update && apt-get install -y gnupg wget software-properties-common uuid-runtime
2626
RUN wget -O - https://apt.releases.hashicorp.com/gpg | gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
2727
RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(grep -oP '(?<=UBUNTU_CODENAME=).*' /etc/os-release || lsb_release -cs) main" | tee /etc/apt/sources.list.d/hashicorp.list
2828
RUN apt update && apt install -y terraform

0 commit comments

Comments
 (0)