Skip to content

Commit 2790940

Browse files
authored
Merge pull request #80 from fosslight/develop
Fix package download bug during docker build
2 parents e053d1f + f26effe commit 2790940

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)