Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vlkb-soda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ViaLactea
vlkb-soda
Commits
de0561a4
Commit
de0561a4
authored
2 months ago
by
Robert Butora
Browse files
Options
Downloads
Patches
Plain Diff
docker/ingestion: installs also vlkb program
parent
d598662e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile.ingestion
+3
-3
3 additions, 3 deletions
docker/Dockerfile.ingestion
with
3 additions
and
3 deletions
docker/Dockerfile.ingestion
+
3
−
3
View file @
de0561a4
...
...
@@ -6,7 +6,7 @@ COPY deps/ast_9.2.9-1_amd64.deb /tmp/
RUN apt -y update \
&& apt -y install sudo procps psmisc \
curl wget vim make build-essential checkinstall tree htop unzip \
libcfitsio-dev libpqxx-dev libcsv-dev \
libcfitsio-dev libpqxx-dev libcsv-dev
libdavix0v5
\
&& dpkg -i /tmp/ast_9.2.9-1_amd64.deb \
&& echo "/usr/local/lib" > /etc/ld.so.conf.d/ast.conf && ldconfig \
&& apt -y install openssh-server postgresql-client
...
...
@@ -42,8 +42,8 @@ EXPOSE 22
# vlkb-obscore*.deb installs to /usr/local
ENV INST_DIR=/usr/local
ARG VLKB_VERSION
COPY vlkb-obscore-${VLKB_VERSION}.deb ./
RUN dpkg -i vlkb-obscore-${VLKB_VERSION}.deb
COPY vlkb-obscore-${VLKB_VERSION}.deb
vlkb-${VLKB_VERSION}.deb
./
RUN dpkg -i vlkb-obscore-${VLKB_VERSION}.deb
vlkb-${VLKB_VERSION}.deb
COPY start-ingestion.sh /root
RUN chmod +x /root/start-ingestion.sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment