emotionbug commented on issue #162:
URL: https://github.com/apache/incubator-age/issues/162#issuecomment-998490801


   @afidegnum
   
   
   ```Dockerfile
   FROM postgres:11
   
   RUN apt-get update 
   RUN apt-get install --assume-yes --no-install-recommends 
--no-install-suggests \
     bison \
     build-essential \
     ca-certificates \
     flex \
     git \
     postgresql-plpython3-11 \
     postgresql-server-dev-11 
   
   RUN git clone -b binary_io --single-branch 
https://github.com/emotionbug/incubator-age.git /age 
   RUN cd /age && make install 
   ```
   
   I always use docker environment. and, it works as above scenario without any 
problems in a new environment.
   I think you are missed something. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to