Skip to content

Commit

Permalink
Deprecate Dev Dockerfile, Update README, Relock Pipfile, Add psql to …
Browse files Browse the repository at this point in the history
…Dev Container (#679)

* Deprecate Dockerfile.dev

* Relock Pipfile

* README Updates

* Update Dev Container
  • Loading branch information
shiva-menta authored Oct 25, 2024
1 parent ca1f19f commit 77bb898
Show file tree
Hide file tree
Showing 5 changed files with 1,593 additions and 1,509 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM --platform=linux/amd64 ubuntu:22.04
ARG IMAGE_NAME=pennlabs/courses-devcontainer
RUN apt-get update && apt-get install -y wget curl gcc python3-dev libpq-dev
RUN apt-get update && apt-get install -y wget curl gcc python3-dev libpq-dev postgresql-client
14 changes: 0 additions & 14 deletions backend/Dockerfile.dev

This file was deleted.

Loading

0 comments on commit 77bb898

Please sign in to comment.