Skip to content

Commit

Permalink
can't remove 'libssh2-1' because it removes git
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Oct 4, 2023
1 parent 73cb3d9 commit 117c69e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/images/plugin-compiler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ ENV PLUGIN_SOURCE_PATH=/plugin-source

RUN mkdir -p $TYK_GW_PATH $PLUGIN_SOURCE_PATH

RUN apt-get purge -y --allow-remove-essential --auto-remove mercurial ruby-dev 'python*' 'libpython*' openssh-client libssh2-1
RUN apt-get install -y git
RUN apt-get purge -y mercurial ruby-dev 'python*' 'libpython*' openssh-client

# Ensure git remains installed (required)
RUN git --version

# Update sources list to point to archive.debian.org (EOL)
# COPY ci/images/plugin-compiler /tmp/plugin-compiler
Expand Down

0 comments on commit 117c69e

Please sign in to comment.