File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
cvmassistants/keyprovider/key-provider-agent/modules Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,6 @@ RUN echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu foc
122122 libtdx-attest-dev=1.20.100.2-focal1 \
123123 libsgx-dcap-default-qpl
124124
125- # #install msr in docker
126- COPY --from=build /cvm-agent/cvmassistants/keyprovider/key-provider-agent/modules/msr.ko /workplace/cvm-agent/cvmassistants/keyprovider
127- RUN apt-get install -y kmod msr-tools
128- # && insmod /workplace/cvm-agent/cvmassistants/keyprovider/msr.ko
129-
130125COPY --from=build /cvm-agent/cvmassistants/keyprovider/key-provider-agent/key_provider_agent /workplace/cvm-agent/cvmassistants/keyprovider
131126COPY --from=build /usr/local/lib/rats-tls/ /usr/lib/
132127COPY --from=build /usr/local/lib/rats-tls/ /usr/local/lib/rats-tls/
@@ -153,11 +148,6 @@ RUN mkdir -p /workplace/cvm-agent/cvmassistants/firewall \
153148 && mkdir -p /lib/modules \
154149 && apt install -y iptables ufw unzip
155150
156- RUN cd /lib/modules \
157- && wget http://47.110.140.182:8080/9rOfG8/5.4.117-csv.zip \
158- && unzip 5.4.117-csv.zip \
159- && rm -f 5.4.117-csv.zip
160-
161151COPY --from=build /cvm-agent/cvmassistants/firewall /workplace/cvm-agent/cvmassistants/firewall
162152
163153WORKDIR /workplace/app
You can’t perform that action at this time.
0 commit comments