We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab747a commit d16530aCopy full SHA for d16530a
docker/bdk_cpp.dockerfile
@@ -11,8 +11,11 @@ RUN apt-get update && apt-get upgrade -y
11
# Install Docker-specific dependencies
12
RUN apt-get -y install nano vim unison curl jq unzip gcovr
13
14
+# Copy the deps script to the container
15
+COPY scripts/deps.sh /
16
+
17
# Install dependencies
-RUN bash ./scripts/deps.sh --install
18
+RUN bash deps.sh --install
19
20
# Create a directory for sonarcloud
21
RUN mkdir /root/.sonar
0 commit comments