aantron / dream

Tidy, feature-complete Web framework

Home Page:https://aantron.github.io/dream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker build failed in example w-postgres

aantron opened this issue · comments

From #304:

0.594 Reading package lists...                                                                                            
1.245 Building dependency tree...                                                                                         
1.432 Reading state information...                                                                                        
1.519 E: Unable to locate package libssl1.1                                                                               
1.519 E: Couldn't find any package by glob 'libssl1.1'
1.519 E: Couldn't find any package by regex 'libssl1.1'
------
Dockerfile:25
--------------------
  23 |     
  24 |     RUN apt-get update
  25 | >>> RUN apt-get install -y libev4 libpq5 libssl1.1
  26 |     
  27 |     COPY --from=build /build/_esy/default/build/default/postgres.exe /bin/postgres
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get install -y libev4 libpq5 libssl1.1" did not complete successfully: exit code: 100
ERROR: Service 'web' failed to build : Build failed