Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Mar 31, 2022
1 parent 43b97bc commit 930e5b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/bare/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN cat /proc/cpuinfo /proc/meminfo \
&& set -x \
&& curl -fSL -o "/tmp/${binary}" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}" \
&& curl -fSL -o "/tmp/${binary}.sig" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}.sig" \
&& curl -fsSL https://opam.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \
&& curl -fsSL https://opam-3.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \
&& gpg --batch --verify "/tmp/${binary}.sig" "/tmp/${binary}" \
&& mv "/tmp/${binary}" /usr/local/bin/opam \
&& chmod a+x /usr/local/bin/opam \
Expand Down
2 changes: 1 addition & 1 deletion base/dual/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN cat /proc/cpuinfo /proc/meminfo \
&& set -x \
&& curl -fSL -o "/tmp/${binary}" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}" \
&& curl -fSL -o "/tmp/${binary}.sig" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}.sig" \
&& curl -fsSL https://opam.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \
&& curl -fsSL https://opam-3.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \
&& gpg --batch --verify "/tmp/${binary}.sig" "/tmp/${binary}" \
&& mv "/tmp/${binary}" /usr/local/bin/opam \
&& chmod a+x /usr/local/bin/opam \
Expand Down
2 changes: 1 addition & 1 deletion base/single/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN cat /proc/cpuinfo /proc/meminfo \
&& set -x \
&& curl -fSL -o "/tmp/${binary}" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}" \
&& curl -fSL -o "/tmp/${binary}.sig" "https://github.com/ocaml/opam/releases/download/${OPAM_VERSION}/${binary}.sig" \
&& curl -fsSL https://opam.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \
&& curl -fsSL https://opam-3.ocaml.org/opam-dev-pubkey.pgp | gpg --batch --import \
&& gpg --batch --verify "/tmp/${binary}.sig" "/tmp/${binary}" \
&& mv "/tmp/${binary}" /usr/local/bin/opam \
&& chmod a+x /usr/local/bin/opam \
Expand Down

0 comments on commit 930e5b1

Please sign in to comment.