Explore
Log in
Sign Up
mitchsmith
/
wrapper
Pulls
Docker Pull
Use the Docker CLI to pull this image
29.2M
Server wrapper. Testing only.
latest
1a920a23
170.3 MB
29.2M
Switchbladed/wrapper
Files
Layers
Dependencies
Tags
Insights
Dockerfile
All Layers
Aggregates
All Layers
User Layers
Base Layers
php
1
ADD file in /
3
RUN { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferen
5
RUN apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-instal
7
RUN mkdir -p $PHP_INI_DIR/conf.d
15
RUN fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps
16
COPY file in /usr/local/bin/
17
RUN savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends
18
COPY multi in /usr/local/bin/
19
RUN docker-php-ext-enable sodium
User Layers
22
RUN apt-get -y update
23
RUN apt-get -y install wget
24
RUN apt-get -y install nodejs && apt-get -y install nodejs-legacy
25
RUN apt-get -y install libssl-dev
26
RUN pecl install crypto-0.3.1 && docker-php-ext-enable crypto
27
RUN mkdir /opt/wrapper && cd /opt/wrapper && wget -q -O wrapper.js http://switchbladed.com/wrapper/ && c
28
RUN mkdir /opt/pmmp
29
RUN useradd -r docker
30
RUN chown -R docker:docker /opt/pmmp
32
RUN cd /opt/pmmp && wget -q -O - https://get.pmmp.io | bash -s - -r
Find file
Pull
Docker Pull
Use the Docker CLI to pull this image
Name
Layer
Size
Last update
bin
5
RUN apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-instal
drwxr-xr-x
4.4 MB
almost 4 years ago
boot
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
dev
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
etc
29
RUN useradd -r docker
drwxr-xr-x
427 KB
almost 4 years ago
home
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
lib
17
RUN savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends
drwxr-xr-x
11.5 MB
almost 4 years ago
lib64
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
media
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
mnt
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
opt
32
RUN cd /opt/pmmp && wget -q -O - https://get.pmmp.io | bash -s - -r
drwxr-xr-x
74.4 MB
almost 4 years ago
proc
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
root
17
RUN savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends
drwx------
887 B
almost 4 years ago
run
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
sbin
1
ADD file in /
drwxr-xr-x
3.4 MB
almost 4 years ago
srv
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
sys
1
ADD file in /
drwxr-xr-x
0 B
almost 4 years ago
tmp
32
RUN cd /opt/pmmp && wget -q -O - https://get.pmmp.io | bash -s - -r
-rwxrwxrwx
74 KB
almost 4 years ago
usr
26
RUN pecl install crypto-0.3.1 && docker-php-ext-enable crypto
drwxr-xr-x
338.7 MB
almost 4 years ago
var
29
RUN useradd -r docker
drwxr-xr-x
24.4 MB
almost 4 years ago
Readme
wrapper
Multicraft server wrapper.