Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Dockerfile example in ReadMe #14

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Fixed Dockerfile example in ReadMe #14

merged 1 commit into from
Apr 18, 2024

Conversation

snpranav
Copy link
Collaborator

Added RUN command before the curl installation of the CLI.

Added `RUN` command before the curl installation of the CLI.
@dbenders dbenders merged commit 74c3c3b into main Apr 18, 2024
5 checks passed
@@ -44,7 +44,7 @@ Step 1: Install the CLI in your `Dockerfile`. Here's an example for a Node app
FROM node:lts-bullseye

# Install Pangea CLI
curl -L -o /bin/pangea "https://github.com/pangeacyber/pangea-cli/releases/latest/download/pangea-$(uname -s)-$(uname -m)"
RUN curl -L -o /bin/pangea "https://github.com/pangeacyber/pangea-cli/releases/latest/download/pangea-$(uname -s)-$(uname -m)"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add ci for this? we could make sure latest pangea-cli works with the example dockerfile regardless of the pangea-cli version and the lts-bullseye version

@kenany kenany deleted the snpranav/readme-fix branch June 14, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants