Skip to content
Snippets Groups Projects
Commit 69e55a0b authored by George Sedov's avatar George Sedov
Browse files

update dockerfile

parent 1570a932
Branches
Tags
No related merge requests found
FROM debian:bullseye
RUN set -eux; \
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
apt-utils
RUN set -eux; \
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment