diff --git a/Dockerfile b/Dockerfile index eb9d395..f75bf04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,5 @@ FROM ghcr.io/tiiuae/gz-sim-server:main AS builder -ENV TZ=ETC/UTC -ENV DEBIAN_FRONTEND=noniteractive -ENV NVIDIA_DRIVER_CAPABILITIES=all - RUN apt-get update -y \ && apt install -y \ wget lsb-core \ @@ -31,5 +27,4 @@ RUN ./build.sh FROM busybox WORKDIR /artifacts -COPY --from=builder /px4-plugins/build/*.so /artifacts - +COPY --from=builder /px4-plugins/build/*.so /artifacts \ No newline at end of file