Skip to content

Commit 0aed0fe

Browse files
committed
Dockerfile: workaround CI test failure
1 parent 4efc683 commit 0aed0fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ RUN echo "building FORCE" && \
5656

5757
FROM davidfrantz/base:ubuntu24 AS force
5858

59+
# FIXME: workaround to make CI tests (that run as uid < 1000) pass.
60+
RUN chmod 777 /home/ubuntu
61+
5962
COPY --chown=ubuntu:ubuntu --from=force_builder $HOME/bin $HOME/bin
6063
COPY --chown=ubuntu:ubuntu --from=force_builder $HOME/force-udf $HOME/udf
6164

0 commit comments

Comments
 (0)