Skip to content

Commit 6cdbbaf

Browse files
committed
Install apt-utils
1 parent 9ce120f commit 6cdbbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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
2+
RUN apt-get update -y && apt-get install -y apt-utils curl docker.io uuid-runtime
33
RUN curl -L -o deck_v1.deb https://github.com/Kong/deck/releases/download/v1.49.1/deck_v1.49.1_amd64.deb && \
44
dpkg -i deck_v1.deb

0 commit comments

Comments
 (0)