Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
binwalk
Commits
840a59d1
Commit
840a59d1
authored
Mar 15, 2021
by
Peter Eacmen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix travis script
parent
3f50064e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
.travis.yml
.travis.yml
+5
-4
Dockerfile
Dockerfile
+1
-4
No files found.
.travis.yml
View file @
840a59d1
...
...
@@ -14,6 +14,11 @@ cache: pip
jobs
:
include
:
-
stage
:
test
services
:
docker
install
:
-
docker build .
script
:
no
-
stage
:
test
dist
:
bionic
python
:
3.6
-
stage
:
test
...
...
@@ -37,7 +42,3 @@ jobs:
-
stage
:
test
dist
:
focal
python
:
3.9
-
stage
:
test
services
:
docker
install
:
-
docker build .
Dockerfile
View file @
840a59d1
FROM
python:3-buster AS build-and-install
ENV
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/app/bin \
DEBIAN_FRONTEND=noninteractive \
SASQUATCH_COMMIT=3e0cc40fc6dbe32bd3a5e6c553b3320d5d91ceed \
UBIREADER_COMMIT=0955e6b95f07d849a182125919a1f2b6790d5b51 \
BINWALK_COMMIT=3154b0012e7dbaf2b20edd5c0a2350ec64009869
DEBIAN_FRONTEND=noninteractive
COPY
. /tmp
WORKDIR
/tmp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment