Skip to content

Commit d438421

Browse files
authored
adding a mkdir for watonomous install (#239)
1 parent c94cf98 commit d438421

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/base/inject_wato_base.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ ENV USER="bolty"
1616
ENV AMENT_WS=/home/${USER}/ament_ws
1717
ENV WATONOMOUS_INSTALL=/opt/watonomous/
1818

19+
# Setup WATonomous Install Directory
20+
RUN mkdir -p "${WATONOMOUS_INSTALL}"
21+
1922
# User Setup
2023
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
2124
apt-get install -y --no-install-recommends curl sudo && \

0 commit comments

Comments
 (0)