Skip to content

Commit

Permalink
remove kubectl from worker (airbytehq#7582)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored and schlattk committed Jan 4, 2022
1 parent 72a5995 commit cd9b299
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions airbyte-workers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ ENV APPLICATION airbyte-workers

WORKDIR /app

# Install kubectl
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.17.14/bin/linux/${ARCH}/kubectl
RUN chmod +x ./kubectl
RUN mv ./kubectl /usr/local/bin

# Move worker app
ADD build/distributions/${APPLICATION}-0.30.25-alpha.tar /app

Expand Down

0 comments on commit cd9b299

Please sign in to comment.