Explorar o código

Fix hadolint DL3003

wernerfred %!s(int64=4) %!d(string=hai) anos
pai
achega
f9f8411ac7
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      Dockerfile

+ 3 - 2
Dockerfile

@@ -18,8 +18,9 @@ RUN apt-get update -qq \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
 
-RUN cd /tmp \
-    && wget -q ${RAINLOOP_PGP_PUBLIC_KEY} \
+WORKDIR /tmp
+
+RUN wget -q ${RAINLOOP_PGP_PUBLIC_KEY} \
     && wget -q ${RAINLOOP_URL_ASC} \
     && wget -q ${RAINLOOP_URL} \
     && gpg --import RainLoop.asc \