Skip to content

Commit e6e336d

Browse files
authored
chore: fix docker builds for examples (#207)
Signed-off-by: Sidhant Kohli <[email protected]>
1 parent cbdec86 commit e6e336d

File tree

15 files changed

+15
-0
lines changed

15 files changed

+15
-0
lines changed

examples/batchmap/flatmap/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

examples/map/even_odd/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

examples/map/flatmap/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

examples/map/forward_message/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

examples/map/multiproc_map/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

examples/mapstream/flatmap_stream/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

examples/reduce/counter/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

examples/reducestream/counter/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

examples/reducestream/sum/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

examples/sideinput/simple_sideinput/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ WORKDIR $PYSETUP_PATH
4343
COPY ./ ./
4444

4545
WORKDIR $EXAMPLE_PATH
46+
RUN poetry lock
4647
RUN poetry install --no-cache --no-root && \
4748
rm -rf ~/.cache/pypoetry/
4849

0 commit comments

Comments
 (0)