You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
2
2
3
3
# Update and download dependencies
4
4
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
6
6
7
7
# 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/.
0 commit comments