Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
8380e317
Commit
8380e317
authored
Nov 30, 2022
by
Dave Cooper
Browse files
let's try to preinstall pip and indic transliteration
parent
beb16ead
Pipeline
#7538
failed with stages
in 4 minutes and 25 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
8380e317
...
...
@@ -12,6 +12,12 @@ EXPOSE $gwl_port
RUN
apt-get
-y
update
&&
apt-get
-y
upgrade
RUN
apt
-y
install
pip
RUN
pip
install
indic_transliteration
-U
&&
\
pip
install
git+https://github.com/indic-transliteration/indic_transliteration_py/@master
-U
RUN
apt-get
-y
install
openssl libssl-dev iputils-ping telnet git git-flow ghostscript
&&
\
rm
-rf
/var/cache/apk/
*
&&
apt-get clean
&&
groupadd
-g
1000 gendl-user
&&
\
useradd
-rm
-s
/bin/bash
-u
1000
-g
root
-G
sudo
gendl-user
&&
ln
-s
/home /Users
...
...
gwl/static/3rdpty/svgpanzoom/svg-pan-zoom.min.js
View file @
8380e317
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment