Skip to content

Commit

Permalink
Fix docker build for oso (#2802)
Browse files Browse the repository at this point in the history
fix docker build for oso
  • Loading branch information
ravenac95 authored Jan 17, 2025
1 parent 9f76c17 commit 260fea1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/images/oso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ ARG PYTHON_VERSION=3.12

RUN mkdir -p /usr/src/app && \
bash -c "mkdir -p /usr/src/app/warehouse/{bq2cloudsql,oso_dagster,oso_lets_go,common,metrics_tools}" && \
bash -c "mkdir -p /usr/src/app/ops/opsscripts" && \
touch /usr/src/app/README.md && \
touch /usr/src/app/warehouse/bq2cloudsql/__init__.py && \
touch /usr/src/app/warehouse/bq2cloudsql/script.py && \
touch /usr/src/app/warehouse/oso_dagster/__init__.py && \
touch /usr/src/app/warehouse/oso_lets_go/__init__.py && \
touch /usr/src/app/warehouse/oso_lets_go/wizard.py && \
touch /usr/src/app/warehouse/metrics_tools/__init__.py && \
touch /usr/src/app/warehouse/common/__init__.py
touch /usr/src/app/warehouse/common/__init__.py && \
touch /usr/src/app/ops/opsscripts/__init__.py

WORKDIR /usr/src/app
COPY pyproject.toml poetry.lock /usr/src/app/
Expand Down

0 comments on commit 260fea1

Please sign in to comment.