Skip to content

Commit b2f1a37

Browse files
committed
feat: ubuntu 22
1 parent 77aa17a commit b2f1a37

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# https://github.com/danchitnis/container-xrdp
2-
3-
FROM ubuntu:latest
1+
FROM ubuntu:22.04
42

53
ENV DEBIAN_FRONTEND=noninteractive
64

@@ -33,7 +31,6 @@ COPY ubuntu-run.sh /usr/bin/
3331
RUN mv /usr/bin/ubuntu-run.sh /usr/bin/run.sh
3432
RUN chmod +x /usr/bin/run.sh
3533

36-
3734
# Docker config
3835
EXPOSE 3389
3936
ENTRYPOINT ["/usr/bin/run.sh"]

0 commit comments

Comments
 (0)