Closed h7io closed 2 years ago
Hi,
I have the following Dockerfile:
Dockerfile
# Pull base image. FROM jlesage/baseimage-gui:ubuntu-18.04-v4.0.3 RUN apt-get update && apt-get -y install libreoffice # Copy the start script. COPY startapp.sh /startapp.sh # Set the name of the application. RUN set-cont-env APP_NAME "libreoffice"
and the following startapp.sh:
startapp.sh
#!/bin/sh export HOME=/config exec /usr/bin/libreoffice --calc
and when I open the URL to see the app I see:
I have docker exec'd into the container and see this:
docker exec
I think the -ne strings should not be there.
-ne
Any idea what could the issue be?
Really liking the idea and docker image. Outstanding work.
Thanks for reporting, I'm fixing this.
Fixed in version 4.0.4.
Hi,
I have the following
Dockerfile
:and the following
startapp.sh
:and when I open the URL to see the app I see:
I have
docker exec
'd into the container and see this:I think the
-ne
strings should not be there.Any idea what could the issue be?
Really liking the idea and docker image. Outstanding work.