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
2277815e
Commit
2277815e
authored
4 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
Add php-packages in the hopes of fixing arm version....dunno, you got any idea?
parent
1d4daf33
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+11
-3
11 additions, 3 deletions
Dockerfile
with
11 additions
and
3 deletions
Dockerfile
+
11
−
3
View file @
2277815e
...
...
@@ -2,7 +2,7 @@ FROM lsiobase/alpine:3.12
LABEL
maintainer="Griefed <griefed@griefed.de>"
ARG
ICECODER_VERSION=8.0beta
ARG
ICECODER_VERSION=
"
8.0beta
"
RUN
\
echo
"**** install dependencies and build tools and stuff ****"
&&
\
...
...
@@ -34,6 +34,7 @@ RUN \
php7-exif
\
php7-fileinfo
\
php7-fpm
\
php7-ftp
\
php7-gd
\
php7-gettext
\
php7-gmp
\
...
...
@@ -42,6 +43,7 @@ RUN \
php7-imap
\
php7-intl
\
php7-json
\
php7-ldap
\
php7-mcrypt
\
php7-memcached
\
php7-mysqli
\
...
...
@@ -49,16 +51,21 @@ RUN \
php7-opcache
\
php7-pcntl
\
php7-pdo_mysql
\
php7-pdo_odbc
\
php7-pdo_pgsql
\
php7-pdo_sqlite
\
php7-pear
\
php7-pecl-apcu
\
php7-pecl-imagick
\
php7-pecl-redis
\
php7-pgsql
\
php7-phar
\
php7-posix
\
php7-pspell
\
php7-redis
\
php7-snmp
\
php7-soap
\
php7-sockets
\
php7-sodium
\
php7-sqlite3
\
php7-ssh2
\
...
...
@@ -66,6 +73,7 @@ RUN \
php7-xml
\
php7-xmlreader
\
php7-xmlrpc
\
php7-xsl
\
php7-zip
\
re2c
\
sqlite
\
...
...
@@ -87,11 +95,11 @@ RUN \
-e
's#;session.save_path = "/tmp"#session.save_path = "/config/sess"#g'
\
/etc/php7/php.ini
&&
\
echo
"**** Misc ****"
&&
\
echo
$
{
ICECODER_VERSION
}
>
/version.txt
echo
$ICECODER_VERSION
>
/version.txt
# Copy local files
COPY
root/ /
# Communicate ports and volumes to be used
EXPOSE
8080
VOLUME
/config /data /plugins /code
VOLUME
/config /data /plugins /code
\ No newline at end of file
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