Skip to content

Commit

Permalink
fixed test to make sure it works
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Apr 11, 2022
1 parent df53498 commit a9f760e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN apt-get update && \
mecab-ipadic-utf8 \
gnupg \
lsb-release \
git
git \
jq

# install Docker
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && \
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ test-installs: ## checks all required commands are present
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock ${IMAGE_NAME} docker --version
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock ${IMAGE_NAME} docker-compose --version
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock ${IMAGE_NAME} ooil --version
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock ${IMAGE_NAME} dpos --version
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock ${IMAGE_NAME} dpos --version
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock ${IMAGE_NAME} jq --version
docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock ${IMAGE_NAME} yq --version
1 change: 0 additions & 1 deletion requirements/_base.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
click
envyaml
httpx
jq
pydantic
yarl
yq
2 changes: 0 additions & 2 deletions requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ idna==3.3
# anyio
# rfc3986
# yarl
jq==1.2.2
# via -r requirements/_base.in
multidict==6.0.2
# via yarl
pydantic==1.9.0
Expand Down

0 comments on commit a9f760e

Please sign in to comment.