Open loyality7 opened 6 months ago
[server-skr 2/15] RUN apt-get update && apt-get -y install gcc socat nano openssh-server netcat python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential gdb: 1.389 Get:1 http://deb.debian.org/debian stable InRelease [151 kB] 1.685 Get:2 http://deb.debian.org/debian stable-updates InRelease [55.4 kB] 1.953 Get:3 http://deb.debian.org/debian-security stable-security InRelease [48.0 kB] 1.982 Get:4 http://deb.debian.org/debian stable/main amd64 Packages [8786 kB] 3.972 Get:5 http://deb.debian.org/debian stable-updates/main amd64 Packages [13.8 kB] 4.036 Get:6 http://deb.debian.org/debian-security stable-security/main amd64 Packages [157 kB] 5.356 Fetched 9212 kB in 4s (2164 kB/s) 5.356 Reading package lists... 6.389 Reading package lists... 7.404 Building dependency tree... 7.630 Reading state information... 7.638 Package netcat is a virtual package provided by: 7.638 netcat-openbsd 1.219-1 7.638 netcat-traditional 1.10-47 7.638 7.642 E: Package 'netcat' has no installation candidate
failed to solve: executor failed running [/bin/sh -c apt-get update && apt-get -y install gcc socat nano openssh-server netcat python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential gdb]: exit code: 100
python3 serve.py INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. Traceback (most recent call last): File "/home/babu/Custom-CTFd-Engine/serve.py", line 3, in
app = create_app()
^^^^^^^^^^^^
File "/home/babu/Custom-CTFd-Engine/CTFd/init.py", line 175, in create_app
update_check(force=True)
File "/home/babu/Custom-CTFd-Engine/CTFd/utils/updates/init.py", line 45, in update_check
'db_driver': db.session.bind.dialect.name,
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'dialect'