mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-01-20 16:00:49 -06:00
switches Docker base image to 'slim-bullseye' #105
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM python:3.9-alpine
|
||||
FROM python:3.9-slim-bullseye
|
||||
|
||||
# Install dependencies
|
||||
RUN apk add --no-cache build-base libffi-dev git
|
||||
RUN apt-get update && apt-get upgrade && apt-get install -y git-core
|
||||
|
||||
# Prepare the application
|
||||
COPY . /opt
|
||||
|
||||
Reference in New Issue
Block a user