We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e7224 commit bc713a5Copy full SHA for bc713a5
1 file changed
Containers/Ubuntu-22/Dockerfile
@@ -22,6 +22,10 @@ ARG MARKDOWNLINT_VERSION=0.31.0
22
ENV DEBIAN_FRONTEND=noninteractive
23
ENV TZ=UTC
24
25
+# Work-around for azure pipelines adding the vsts_azpcontainer user, but not adding
26
+# the .local/bin directory to the path which will be used by pip.
27
+ENV PATH $PATH:/home/vsts_azpcontainer/.local/bin
28
+
29
RUN apt-get update && \
30
apt-get install --yes --no-install-recommends \
31
bison \
0 commit comments