Skip to content

Commit 12b9303

Browse files
committed
Fix docker build
1 parent bf7421f commit 12b9303

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/e2b.Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
44
ENV DEBIAN_PRIORITY=high
55

66
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
79

810
RUN apt-get update && apt-get install -y \
911
python3-xlib \

0 commit comments

Comments
 (0)