Skip to content

Commit

Permalink
chore: remove solc-select from the scaleset container image (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Sep 3, 2024
1 parent 676acdc commit 5d82798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scaleset/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ RUN export RUNNER_ARCH=${TARGETARCH} \
"https://github.com/docker/compose/releases/download/v${COMPOSE_VERSION}/docker-compose-linux-${DOCKER_ARCH}" \
&& chmod +x /usr/local/lib/docker/cli-plugins/docker-compose

RUN pip3 install ansible \
&& pip3 install solc-select
RUN pip3 install ansible
#########################################
## End OS Software Customizations ##
#########################################
Expand Down

0 comments on commit 5d82798

Please sign in to comment.