Skip to content

Commit 3a4f197

Browse files
committed
avoid install errors due to stale cache
Signed-off-by: reubenmiller <[email protected]>
1 parent 5b2c490 commit 3a4f197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e_tests/docker_image/parsec-service-test-cross-compile.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN cd trusted-services/deployments/libts/arm-linux/ \
2323
RUN rm -rf trusted-services
2424

2525
# Install cross-compilers
26+
RUN apt update
2627
RUN apt install -y gcc-multilib
2728
RUN apt install -y gcc-arm-linux-gnueabihf
2829
RUN apt install -y gcc-aarch64-linux-gnu

0 commit comments

Comments
 (0)