We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce120f commit 6cdbbafCopy full SHA for 6cdbbaf
tools/automated-tests/docker/gateway/Dockerfile
@@ -1,4 +1,4 @@
1
FROM ubuntu:latest
2
-RUN apt-get update -y && apt-get install -y curl && apt-get install -y docker.io && apt-get install -y uuid-runtime
+RUN apt-get update -y && apt-get install -y apt-utils curl docker.io uuid-runtime
3
RUN curl -L -o deck_v1.deb https://github.com/Kong/deck/releases/download/v1.49.1/deck_v1.49.1_amd64.deb && \
4
dpkg -i deck_v1.deb
0 commit comments