Skip to content

Commit f26effe

Browse files
committed
Fix package download bug during docker build
1 parent 5dad9d4 commit f26effe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33
FROM ubuntu:20.04
44

5+
RUN apt-get clean
56
RUN apt-get update && apt-get install sudo -y
67
RUN ln -sf /bin/bash /bin/sh
78

0 commit comments

Comments
 (0)