We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efc683 commit 0aed0feCopy full SHA for 0aed0fe
Dockerfile
@@ -56,6 +56,9 @@ RUN echo "building FORCE" && \
56
57
FROM davidfrantz/base:ubuntu24 AS force
58
59
+# FIXME: workaround to make CI tests (that run as uid < 1000) pass.
60
+RUN chmod 777 /home/ubuntu
61
+
62
COPY --chown=ubuntu:ubuntu --from=force_builder $HOME/bin $HOME/bin
63
COPY --chown=ubuntu:ubuntu --from=force_builder $HOME/force-udf $HOME/udf
64
0 commit comments