mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 15:32:40 +02:00
Fix typos in Dockerfiles
This commit is contained in:
parent
0bfdf92647
commit
2c54cc7ff5
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ FROM debian:bullseye
|
|||
LABEL maintainer="Julian Groß (julian.gro@overte.org)"
|
||||
LABEL description="Development image for Overte Domain server and assignment clients."
|
||||
|
||||
# Don't use any frontend when installalling packages during the creation of this container
|
||||
# Don't use any frontend when installing packages during the creation of this container
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN echo UTC >/etc/timezone
|
||||
|
|
|
@ -7,7 +7,7 @@ FROM ubuntu:18.04
|
|||
LABEL maintainer="Julian Groß (julian.gro@overte.org)"
|
||||
LABEL description="Development image for Overte Domain server and assignment clients."
|
||||
|
||||
# Don't use any frontend when installalling packages during the creation of this container
|
||||
# Don't use any frontend when installing packages during the creation of this container
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN echo UTC >/etc/timezone
|
||||
|
|
|
@ -7,7 +7,7 @@ FROM ubuntu:20.04
|
|||
LABEL maintainer="Julian Groß (julian.gro@overte.org)"
|
||||
LABEL description="Development image for Overte Domain server and assignment clients."
|
||||
|
||||
# Don't use any frontend when installalling packages during the creation of this container
|
||||
# Don't use any frontend when installing packages during the creation of this container
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN echo UTC >/etc/timezone
|
||||
|
|
|
@ -7,7 +7,7 @@ FROM ubuntu:22.04
|
|||
LABEL maintainer="Julian Groß (julian.gro@overte.org)"
|
||||
LABEL description="Development image for Overte Domain server and assignment clients."
|
||||
|
||||
# Don't use any frontend when installalling packages during the creation of this container
|
||||
# Don't use any frontend when installing packages during the creation of this container
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN echo UTC >/etc/timezone
|
||||
|
|
Loading…
Reference in a new issue