mirror of
https://github.com/clearlinux/graphene.git
synced 2026-08-23 07:15:50 +00:00
0a4d5ce0e5
Commit "Introduce one, central manifest, zero-config children and constant MRENCLAVE" broke GSC. This commit fixes GSC (mainly adjusts it the single-manifest change in that commit). Also, significant internal refactoring is done (no user-visible changes). Also, scripts now explicitly use UTF-8 when reading/writing the manifest files because they are written in TOML which forces UTF-8.
7 lines
121 B
Docker
7 lines
121 B
Docker
From ubuntu:18.04
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install -y python3
|
|
|
|
CMD ["python3", "-c", "print('HelloWorld!')"]
|