Skip to content

Commit

Permalink
💚 (docker) upsi
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed May 20, 2024
1 parent b77e5d3 commit 0e15434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/investigativedata/ftm-docker:main

RUN apt-get update && apt-get -y upgrade && && apt-get -y autoremove && apt-get clean
RUN apt-get update && apt-get -y upgrade && apt-get -y autoremove && apt-get clean

COPY ftm_columnstore /app/ftm_columnstore
COPY setup.py /app/setup.py
Expand Down

0 comments on commit 0e15434

Please sign in to comment.