Skip to content
Snippets Groups Projects
Commit 9a335402 authored by qweqweasdasd's avatar qweqweasdasd
Browse files

Minor bug fixed in Dockerfile

parent 9b4310b7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ RUN DEBIAN_FRONTEND=noninteractive \ ...@@ -7,7 +7,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
&& apt-get update && apt-get install -y gnupg2 apt-utils software-properties-common wget nmap && apt-get update && apt-get install -y gnupg2 apt-utils software-properties-common wget nmap
RUN DEBIAN_FRONTEND=noninteractive \ RUN DEBIAN_FRONTEND=noninteractive \
&& wget -O ${LIBQRENCODE_PATH} wget http://archive.ubuntu.com/ubuntu/pool/universe/q/qrencode/libqrencode3_3.4.4-1build1_amd64.deb \ && wget -O ${LIBQRENCODE_PATH} http://archive.ubuntu.com/ubuntu/pool/universe/q/qrencode/libqrencode3_3.4.4-1build1_amd64.deb \
&& dpkg -i ${LIBQRENCODE_PATH} && rm -f ${LIBQRENCODE_PATH} \ && dpkg -i ${LIBQRENCODE_PATH} && rm -f ${LIBQRENCODE_PATH} \
&& apt-key adv --keyserver hkp://pgp.surfnet.nl --recv-keys ACDFB08FDC962044D87FF00B512839863D487A87 \ && apt-key adv --keyserver hkp://pgp.surfnet.nl --recv-keys ACDFB08FDC962044D87FF00B512839863D487A87 \
&& add-apt-repository "deb http://repo.data.kit.edu/ubuntu/bionic ./" && add-apt-repository "deb http://repo.data.kit.edu/ubuntu/bionic ./"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment