Skip to content
Snippets Groups Projects
Commit f8e0604c authored by Matteo Di Carlo's avatar Matteo Di Carlo
Browse files

st-581 fix type tango-db

parent ee2f5559
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ENV TANGO_DOWNLOAD_URL=https://artefact.skatelescope.org/repository/raw-internal ...@@ -5,7 +5,7 @@ ENV TANGO_DOWNLOAD_URL=https://artefact.skatelescope.org/repository/raw-internal
RUN buildDeps='curl ca-certificates' \ RUN buildDeps='curl ca-certificates' \
&& DEBIAN_FRONTEND=noninteractive apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get update \
&& apt-get -y install --no-install-recommends $buildDeps \ && apt-get -y install --no-install-recommends $buildDeps \
&& rm -rf /var/lib/apt/lists/* \\ && rm -rf /var/lib/apt/lists/* \
&& mkdir -p /usr/src/tango \ && mkdir -p /usr/src/tango \
&& cd /usr/src/tango \ && cd /usr/src/tango \
&& curl -fsSL "$TANGO_DOWNLOAD_URL" -o tango.tar.gz \ && curl -fsSL "$TANGO_DOWNLOAD_URL" -o tango.tar.gz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment