Skip to content

Commit

Permalink
org update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinselcity committed Sep 27, 2022
1 parent c943eb7 commit 473f13a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM ubuntu:latest
ENV DEBIAN_FRONTEND="noninteractive"
RUN apt update && apt install -y libssl-dev git cmake make g++
RUN git clone https://github.com/edgioinc/hurl.git /app
RUN git clone https://github.com/edgio/hurl.git /app
WORKDIR /app
RUN ./build_simple.sh
RUN cd build; make install
ENTRYPOINT ["hurl"]
ENTRYPOINT ["hurl"]

2 changes: 1 addition & 1 deletion src/hurl/hurl.pod
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ Unless required by applicable law or agreed to in writing, software distributed

=head1 SEE ALSO

Source code available at https://github.com/edgioinc/hurl
Source code available at https://github.com/edgio/hurl

0 comments on commit 473f13a

Please sign in to comment.