Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
zesje
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
157
Issues
157
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zesje
zesje
Commits
a4429734
Verified
Commit
a4429734
authored
May 10, 2020
by
Hugo Kerstens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use libdmtx-dev instead of version specific package
parent
e5560aa0
Pipeline
#34842
passed with stages
in 8 minutes and 30 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
6 deletions
+5
-6
Dockerfile
Dockerfile
+1
-1
README.md
README.md
+1
-2
auto.Dockerfile
auto.Dockerfile
+1
-1
min.Dockerfile
min.Dockerfile
+1
-1
test.Dockerfile
test.Dockerfile
+1
-1
No files found.
Dockerfile
View file @
a4429734
...
...
@@ -3,7 +3,7 @@
FROM
continuumio/miniconda3
RUN
apt-get update
&&
\
apt-get
install
-y
libdmtx
0b
&&
\
apt-get
install
-y
libdmtx
-dev
&&
\
apt-get
install
-y
git supervisor nginx cron
WORKDIR
/app
...
...
README.md
View file @
a4429734
...
...
@@ -66,8 +66,7 @@ on different platforms:
| OS | Command |
|-------------------------------|---------------------------|
| macOS |
`brew install libdmtx`
|
| Debian <= 9, Ubuntu <= 19.04 |
`apt install libdmtx0a`
|
| Debian >= 10, Ubuntu >= 19.10 |
`apt install libdmtx0b`
|
| Debian, Ubuntu |
`apt install libdmtx-dev`
|
| Arch |
`pacman -S libdmtx`
|
| Fedora |
`dnf install libdmtx`
|
| openSUSE |
`zypper install libdmtx0`
|
...
...
auto.Dockerfile
View file @
a4429734
...
...
@@ -2,7 +2,7 @@
FROM
continuumio/miniconda3
RUN
apt-get update
-y
&&
apt-get
install
-y
libdmtx
0b
nginx
sudo
RUN
apt-get update
-y
&&
apt-get
install
-y
libdmtx
-dev
nginx
sudo
RUN
echo
"server { listen 80; location / { proxy_pass http://127.0.0.1:5000; } }"
>
/etc/nginx/sites-enabled/proxy.conf
RUN
rm
/etc/nginx/sites-enabled/default
...
...
min.Dockerfile
View file @
a4429734
...
...
@@ -2,7 +2,7 @@
FROM
continuumio/miniconda3
RUN
apt-get update
-y
&&
apt-get
install
-y
libdmtx
0b
RUN
apt-get update
-y
&&
apt-get
install
-y
libdmtx
-dev
WORKDIR
/app
...
...
test.Dockerfile
View file @
a4429734
...
...
@@ -3,7 +3,7 @@
FROM
continuumio/miniconda3
RUN
apt-get update
&&
\
apt-get
install
-y
libdmtx
0b
apt-get
install
-y
libdmtx
-dev
WORKDIR
/yarn
...
...
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