Skip to content
Prev Previous commit
Next Next commit
fix pymssql import for local testing
  • Loading branch information
hrgreene committed Nov 28, 2022
commit 2fe1ea524c02752c3aa40f49cc7c06e6593cf5a2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10 AS base
LABEL org.wayscript.image.authors="founders@wayscript.com"

RUN apt-get update && apt-get -yu dist-upgrade
RUN apt-get update && apt-get -yu dist-upgrade freetds-dev

ENV SRC_DIR /usr/local/src/project
WORKDIR ${SRC_DIR}
Expand Down