File tree Expand file tree Collapse file tree 1 file changed +20
-13
lines changed
Expand file tree Collapse file tree 1 file changed +20
-13
lines changed Original file line number Diff line number Diff line change 22
33FROM debian:11-slim
44
5+ ENV AMP_CONTAINER="DOCKER"
6+ ENV LD_LIBRARY_PATH="./:/opt/cubecoders/amp/:/AMP/"
7+ ENV LANG="en_US.UTF-8"
8+
59RUN mkdir -p /usr/share/man/man1 && \
610 dpkg --add-architecture i386 && \
711 apt-get update && \
812 apt-get install -y \
913 lib32gcc-s1 \
10- libc++-dev \
14+ libc++-dev \
1115 coreutils \
1216 inetutils-ping \
1317 tmux \
1418 socat \
1519 unzip \
1620 wget \
17- procps \
18- libsqlite3-0 \
19- git \
20- curl \
21- xz-utils \
22- libzstd1 \
23- libgdiplus \
24- lib32stdc++6 \
21+ procps \
22+ libsqlite3-0 \
23+ git git-lfs \
24+ curl \
25+ xz-utils \
26+ bzip2 \
27+ libzstd1 \
28+ libgdiplus \
29+ lib32stdc++6 \
30+ gdb \
2531 lib32z1 libncurses5:i386 libbz2-1.0:i386 libtinfo5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386 && \
2632 apt-get clean && \
27- rm -rf /var/lib/apt/lists/*
28- # wget -q https://repo.cubecoders.com/ampinstmgr-latest.tgz && \
29- # tar -xf ampinstmgr-latest.tgz -C / && \
30- # rm ampinstmgr-latest.tgz
33+ rm -rf /var/lib/apt/lists/* && \
34+ wget -q https://repo.cubecoders.com/ampinstmgr-latest.tgz && \
35+ tar -xf ampinstmgr-latest.tgz -C / && \
36+ rm ampinstmgr-latest.tgz && \
37+ /opt/cubecoders/amp/ampinstmgr --sync-certs
3138
3239ADD ampstart.sh /
3340
You can’t perform that action at this time.
0 commit comments