Skip to content

Commit cf18e9c

Browse files
author
ivalkenburg
committed
Added apt-utils to workspace
1 parent 045ee80 commit cf18e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -xe && \
1515

1616
USER root
1717

18-
RUN apt install -y software-properties-common curl && \
18+
RUN apt install -y software-properties-common curl apt-utils && \
1919
add-apt-repository -y ppa:ondrej/php && \
2020
add-apt-repository -y ppa:git-core/ppa && \
2121
curl -sL https://deb.nodesource.com/setup_14.x | bash && \

0 commit comments

Comments
 (0)