Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions external-import/group-ib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ WORKDIR /opt/connector/src
RUN pip3 install --no-cache-dir -r /opt/connector/src/requirements.txt
RUN rm -rf /var/cache/apk/*

# Support arbitrary user id
RUN chown -R :root /opt/connector && chmod -R g+rwX /opt/connector

# Expose and entrypoint
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
Expand Down
Loading