Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lsquic
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kashyap Thimmaraju
lsquic
Commits
256ecffb
There was an error fetching the commit references. Please try again later.
Commit
256ecffb
authored
3 years ago
by
Kashyap Thimmaraju
Browse files
Options
Downloads
Patches
Plain Diff
quic-testing changes
parent
c3c69ba3
No related merge requests found
Pipeline
#14932
failed with stages
in 3 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+9
-1
9 additions, 1 deletion
Dockerfile
with
9 additions
and
1 deletion
Dockerfile
+
9
−
1
View file @
256ecffb
...
...
@@ -25,4 +25,12 @@ RUN cd /src/lsquic && \
cmake
-DBORINGSSL_DIR
=
/src/boringssl
.
&&
\
make
RUN
cd
lsquic
&&
make
test
&&
cp
http_client /usr/bin/
&&
cp
http_server /usr/bin
COPY
server.key /src/lsquic/
COPY
server.crt /src/lsquic/
RUN
cd
lsquic
&&
make
test
&&
cp
http_client /usr/bin/
&&
cp
http_server /usr/bin
&&
cp
echo_server /usr/bin
COPY
run_endpoint.sh .
RUN
chmod
+x run_endpoint.sh
ENTRYPOINT
[ "./run_endpoint.sh" ]
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment