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
98bbccf1
Commit
98bbccf1
authored
Nov 30, 2022
by
Dave Cooper
Browse files
try that docker build agtain
parent
8380e317
Pipeline
#7539
passed with stages
in 7 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
98bbccf1
...
...
@@ -9,8 +9,13 @@ ENV gwl_port=9080
EXPOSE
$swank_port
EXPOSE
$gwl_port
RUN
apt-get
-y
update
&&
apt-get
-y
upgrade
RUN
apt-get
-y
update
&&
apt-get
-y
upgrade
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
RUN
apt-get
-y
update
&&
apt-get
-y
upgrade
RUN
apt
-y
install
pip
...
...
@@ -18,10 +23,6 @@ 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
RUN
mkdir
-p
/opt
COPY
--chown=gendl-user:gendl-user gendl-build/ /opt/gendl/
...
...
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