Skip to content

Commit

Permalink
Merge pull request #1402 from Phala-Network/fix-ci
Browse files Browse the repository at this point in the history
Fix error in CI when installing dependecies
  • Loading branch information
kvinwang authored Oct 8, 2023
2 parents 35df003 + 159225c commit d1e8987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfile.d/01_apt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
set -e
# Workaround for https://github.com/orgs/community/discussions/47863
apt-mark hold grub-efi-amd64-signed
apt update
apt upgrade -y
apt install -y apt-utils \
Expand Down
2 changes: 2 additions & 0 deletions dockerfile.d/01_apt_gramine.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
set -e
# Workaround for https://github.com/orgs/community/discussions/47863
apt-mark hold grub-efi-amd64-signed
apt update
apt upgrade -y
apt install -y apt-utils apt-transport-https software-properties-common readline-common curl vim wget gnupg gnupg2 gnupg-agent ca-certificates unzip lsb-release debhelper gettext cmake reprepro autoconf automake bison build-essential curl dpkg-dev expect flex gcc gdb git git-core gnupg kmod libboost-system-dev libboost-thread-dev libcurl4-openssl-dev libiptcdata0-dev libjsoncpp-dev liblog4cpp5-dev libprotobuf-dev libssl-dev libtool libxml2-dev uuid-dev ocaml ocamlbuild pkg-config protobuf-compiler python texinfo llvm clang libclang-dev nginx python3-pip libprotobuf-c1 rsync
Expand Down

0 comments on commit d1e8987

Please # to comment.