mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-05-11 20:39:57 -05:00
fixes docker image build
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM python:3.9-slim-bullseye
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update && apt-get upgrade && apt-get install -y git-core
|
||||
RUN apt-get update && apt-get -y upgrade && apt-get install -y git-core
|
||||
|
||||
# Prepare the application
|
||||
COPY . /opt
|
||||
|
||||
Reference in New Issue
Block a user