We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94cf98 commit d438421Copy full SHA for d438421
docker/base/inject_wato_base.Dockerfile
@@ -16,6 +16,9 @@ ENV USER="bolty"
16
ENV AMENT_WS=/home/${USER}/ament_ws
17
ENV WATONOMOUS_INSTALL=/opt/watonomous/
18
19
+# Setup WATonomous Install Directory
20
+RUN mkdir -p "${WATONOMOUS_INSTALL}"
21
+
22
# User Setup
23
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
24
apt-get install -y --no-install-recommends curl sudo && \
0 commit comments