Skip to content

Commit

Permalink
Merge pull request #633 from galasa-dev/jade-add-cli-binary-dockerfile
Browse files Browse the repository at this point in the history
Add cli-binary-dockerfile
  • Loading branch information
jadecarino authored Nov 27, 2024
2 parents 44f8386 + 2df7007 commit 9f25c13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/cli/cli-binary-dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM harbor.galasa.dev/docker_proxy_cache/library/httpd:2.4.59
RUN rm -v /usr/local/apache2/htdocs/*
COPY automation/dockerfiles/httpdconf/base-httpd.conf /usr/local/apache2/conf/httpd.conf
COPY cli/bin/galasactl* /usr/local/apache2/htdocs/

0 comments on commit 9f25c13

Please sign in to comment.