We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7421f commit 12b9303Copy full SHA for 12b9303
template/e2b.Dockerfile
@@ -4,6 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
4
ENV DEBIAN_PRIORITY=high
5
6
RUN yes | unminimize
7
+RUN apt-get --reinstall install -y python3-jwt python3-oauthlib python3-lazr.restfulclient \
8
+ python3-launchpadlib python3-apport xserver-xorg apport xorg
9
10
RUN apt-get update && apt-get install -y \
11
python3-xlib \
0 commit comments