[jira] [Commented] (GUACAMOLE-865) Missing libfreerdp-dev for Server Docker Build

2020-02-02 Thread Nick Couchman (Jira)


[ 
https://issues.apache.org/jira/browse/GUACAMOLE-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17028562#comment-17028562
 ] 

Nick Couchman commented on GUACAMOLE-865:
-

Could someone retry this with the official 1.1.0 release and see if it's still 
an issue?  Since GUACAMOLE-249 is included and upgrades support to FreeRDP 
2.0.0, I'm hoping that takes care of this?

> Missing libfreerdp-dev for Server Docker Build
> --
>
> Key: GUACAMOLE-865
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-865
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole-server
>Affects Versions: 1.1.0
>Reporter: Matt Grochowalski
>Priority: Minor
>
> The guacamole-server Docker image fails to build due to the latest stable 
> version (Buster) no longer including FreeRDP 1.1
> This would be fixed by GUACAMOLE-249, but if that's not ready for the next 
> Guacamole release the Dockerfile should likely be changed to reference 
> "stretch" explicitly instead of "stable". Or perhaps one of the Ubuntu 
> releases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GUACAMOLE-865) Missing libfreerdp-dev for Server Docker Build

2019-11-12 Thread Patrick S (Jira)


[ 
https://issues.apache.org/jira/browse/GUACAMOLE-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16972699#comment-16972699
 ] 

Patrick S commented on GUACAMOLE-865:
-

Confirmed that 
{code:java}
sed -i s/DEBIAN_VERSION=stable/DEBIAN_VERSION=stretch/ Dockerfile 
{code}
allows Docker build to continue and succeed. not ideal, but appears good enough 
to continue working. 

> Missing libfreerdp-dev for Server Docker Build
> --
>
> Key: GUACAMOLE-865
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-865
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole-server
>Affects Versions: 1.1.0
>Reporter: Matt Grochowalski
>Priority: Minor
>
> The guacamole-server Docker image fails to build due to the latest stable 
> version (Buster) no longer including FreeRDP 1.1
> This would be fixed by GUACAMOLE-249, but if that's not ready for the next 
> Guacamole release the Dockerfile should likely be changed to reference 
> "stretch" explicitly instead of "stable". Or perhaps one of the Ubuntu 
> releases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)