We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe0177 commit ec44d23Copy full SHA for ec44d23
Dockerfile
@@ -4,7 +4,7 @@ LABEL maintainer="OpenZiti <openziti@netfoundry.io>"
4
5
# Install useful tools
6
RUN apt-get update
7
-RUN apt-get install -y python3 build-essential
+RUN apt-get install -y python3 build-essential curl
8
9
# Create directory for the Ziti BrowZer Bootstrapper, and explicitly set the owner of that new directory to the node user
10
RUN mkdir /home/node/ziti-browzer-bootstrapper
0 commit comments