diff options
author | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2021-12-04 12:17:35 +0100 |
---|---|---|
committer | Oleg Morozenkov <o.morozenkov@corp.mail.ru> | 2021-12-04 12:17:35 +0100 |
commit | 6b38783cd1f6ef6292cdf972a35ba4b79e482aa9 (patch) | |
tree | eea10906d09b872a3fa96daf74efb888243c4b31 /Dockerfile_test | |
parent | 0d32c60639f49492b840f6864f4785426b9d93e9 (diff) |
Update docker-image.yml
Diffstat (limited to 'Dockerfile_test')
-rw-r--r-- | Dockerfile_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile_test b/Dockerfile_test index b71fbd7..b9a7e06 100644 --- a/Dockerfile_test +++ b/Dockerfile_test @@ -1,5 +1,5 @@ FROM ubuntu:18.04 -MAINTAINER Oleg Morozenkov <a@reo7sp.ru> +MAINTAINER Oleg Morozenkov <m@oleg.rocks> RUN apt-get -qq update && \ apt-get -qq install -y \ |