mirror of
https://github.com/chillout2k/gulag.git
synced 2025-12-13 16:00:18 +00:00
* extended exception handling now meets the requirements of REST * README cosmetics
8 lines
202 B
Docker
8 lines
202 B
Docker
ARG http_proxy
|
|
ARG https_proxy
|
|
FROM debian
|
|
RUN apt update && \
|
|
apt -yq --no-install-recommends install procps net-tools mariadb-server mariadb-client
|
|
COPY db/gulag.sql /.
|
|
CMD ["/usr/bin/mysqld_safe"]
|