Skip to content

Commit 3347c9b

Browse files
committed
fix: let bin/installdependencies.sh take care of updates
1 parent c5c568f commit 3347c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
22

33
# Update and download dependencies
44
RUN apt-get update
5-
RUN apt-get install -y libssl-dev curl iputils-ping jq wget libicu63
5+
RUN apt-get install -y libssl-dev curl iputils-ping jq wget
66

77
# Docker in docker for container builds on Kubernetes. Otherwise, follow this guidance: https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/.
88
ENV DOCKER_CHANNEL stable

0 commit comments

Comments
 (0)