Skip to content

Commit

Permalink
Added flask dependency to the container (#228)
Browse files Browse the repository at this point in the history
* added flask dep

* added new image tag

* alphabetize
  • Loading branch information
SPDonaghy authored Jan 18, 2024
1 parent 0d214e9 commit a8188d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ubcsailbot/sailbot_workspace/dev:integration_tests
FROM ghcr.io/ubcsailbot/sailbot_workspace/dev:add-flask

# Copy configuration files (e.g., .vimrc) from config/ to the container's home directory
ARG USERNAME=ros
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/base-dev/base-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN pip3 install \
# from local pathfinding
plotly \
pyproj \
flask \
shapely

# root bash configuration
Expand Down

0 comments on commit a8188d4

Please sign in to comment.