Skip to content

Commit

Permalink
tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
EgoMaw committed Jan 28, 2024
1 parent 5f7a390 commit b01a83a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions oses/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update \
## Install dependencies
RUN apt-get install -y gcc g++ libgcc1 libc++-dev gdb libc-dev git wget curl tar zip unzip binutils xz-utils liblzo2-2 cabextract iproute2 net-tools netcat telnet libatomic1 libsdl1.2debian libsdl2-2.0-0 \
libfontconfig libicu67 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadbclient-dev-compat libduktape205 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates \
liblua5.3-0 libz-dev rapidjson-dev tzdata libevent-dev libzip4 libprotobuf23 libevent-dev libfluidsynth2 gettext-base procps
liblua5.3-0 libz-dev rapidjson-dev tzdata libevent-dev libzip4 libprotobuf23 libevent-dev libfluidsynth2 gettext-base procps tiny

## Configure locale
RUN update-locale lang=en_US.UTF-8 && dpkg-reconfigure --frontend noninteractive locales
Expand All @@ -29,5 +29,6 @@ RUN update-locale lang=en_US.UTF-8 && dpkg-reconfigure --frontend nonin
WORKDIR /home/container

COPY --chown=container --chmod=555 ./entrypoint.sh /entrypoint.sh
CMD [ "/bin/bash", "/entrypoint.sh" ]
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
CMD ["/entrypoint.sh"]

0 comments on commit b01a83a

Please sign in to comment.