Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ICEcoder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
docker-ICEcoder
Commits
4374e230
Commit
4374e230
authored
4 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
And now, for my next trick
parent
ecd47dba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+75
-57
75 additions, 57 deletions
Dockerfile
root/etc/cont-init.d/60-config
+3
-2
3 additions, 2 deletions
root/etc/cont-init.d/60-config
with
78 additions
and
59 deletions
Dockerfile
+
75
−
57
View file @
4374e230
...
@@ -7,63 +7,81 @@ ARG ICECODER_VERSION=8.0beta
...
@@ -7,63 +7,81 @@ ARG ICECODER_VERSION=8.0beta
RUN
\
RUN
\
echo
"**** install dependencies and build tools and stuff ****"
&&
\
echo
"**** install dependencies and build tools and stuff ****"
&&
\
apk add
--no-cache
\
apk add
--no-cache
\
alpine-base
\
acl
\
bzip2
\
alpine-base
\
curl
\
bzip2
\
fbida-exiftran
\
curl
\
ffmpeg
\
fbida-exiftran
\
git
\
ffmpeg
\
gzip
\
git
\
imagemagick
\
gzip
\
libxml2
\
imagemagick
\
libzip
\
jq
\
libzip-dev
\
libxml2
\
libzip-doc
\
libzip
\
libzip-tools
\
libzip-dev
\
php7
\
libzip-doc
\
php7-bz2
\
libzip-tools
\
php7-ctype
\
memcached
\
php7-curl
\
php7
\
php7-dom
\
php7-apcu
\
php7-exif
\
php7-bcmath
\
php7-fileinfo
\
php7-bz2
\
php7-fpm
\
php7-calendar
\
php7-gd
\
php7-ctype
\
php7-gettext
\
php7-curl
\
php7-gmp
\
php7-dba
\
php7-iconv
\
php7-dom
\
php7-imagick
\
php7-exif
\
php7-imap
\
php7-fileinfo
\
php7-intl
\
php7-fpm
\
php7-json
\
php7-ftp
\
php7-mysqli
\
php7-gd
\
php7-mysqlnd
\
php7-gettext
\
php7-opcache
\
php7-gmp
\
php7-pcntl
\
php7-iconv
\
php7-pdo_mysql
\
php7-imagick
\
php7-pdo_pgsql
\
php7-imap
\
php7-pdo_sqlite
\
php7-intl
\
php7-pear
\
php7-json
\
php7-pecl-imagick
\
php7-ldap
\
php7-pgsql
\
php7-mcrypt
\
php7-phar
\
php7-memcached
\
php7-posix
\
php7-mysqli
\
php7-pspell
\
php7-mysqlnd
\
php7-sodium
\
php7-opcache
\
php7-sqlite3
\
php7-pcntl
\
php7-tokenizer
\
php7-pdo_mysql
\
php7-xml
\
php7-pdo_pgsql
\
php7-xmlreader
\
php7-pdo_sqlite
\
php7-xmlrpc
\
php7-pear
\
php7-zip
\
php7-pecl-imagick
\
sqlite
\
php7-pgsql
\
subversion
\
php7-phar
\
sudo
\
php7-posix
\
tar
\
php7-pspell
\
unzip
\
php7-redis
\
wget
\
php7-snmp
\
xz
\
php7-sodium
\
zip
&&
\
php7-sqlite3
\
php7-ssh2
\
php7-tokenizer
\
php7-xml
\
php7-xmlreader
\
php7-xmlrpc
\
php7-zip
\
re2c
\
rsync
\
samba-client
\
sqlite
\
ssmtp
\
subversion
\
sudo
\
tar
\
unzip
\
wget
\
xz
\
zip
&&
\
echo
"**** configure php, including symlink ****"
&&
\
echo
"**** configure php, including symlink ****"
&&
\
ln
-sf
\
ln
-sf
\
/usr/bin/php7
\
/usr/bin/php7
\
...
...
This diff is collapsed.
Click to expand it.
root/etc/cont-init.d/60-config
+
3
−
2
View file @
4374e230
...
@@ -34,13 +34,14 @@ touch /lock.file
...
@@ -34,13 +34,14 @@ touch /lock.file
cp
/config/php/php.ini /etc/php7/php.ini
cp
/config/php/php.ini /etc/php7/php.ini
# Link data, code and plugins
# Link data, code and plugins
ln
-sf
/data /app/ICEcoder/data
sudo
-u
abc
ln
-sf
/data /app/ICEcoder/data
ln
-sf
/plugins /app/ICEcoder/plugins
sudo
-u
abc
ln
-sf
/plugins /app/ICEcoder/plugins
# permissions
# permissions
mkdir
-p
/config/sessions
mkdir
-p
/config/sessions
echo
"[cont-init.d] Setting permissions this may take some time"
echo
"[cont-init.d] Setting permissions this may take some time"
chown
-R
abc:abc
\
chown
-R
abc:abc
\
/app/ICEcoder
\
/data
\
/data
\
/config
\
/config
\
/plugins
/plugins
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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