We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a8d72 commit 5997ac1Copy full SHA for 5997ac1
Dockerfile
@@ -7,6 +7,7 @@ RUN <<EOT
7
apt-get -yq install python3 python3-pip
8
apt-get -y clean
9
rm -rf /var/lib/apt/lists/*
10
+ mkdir /var/log/academy
11
python3 -m pip install opencensus-ext-azure
12
EOT
13
0 commit comments